-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cibuildwheel/fix the pipeline for ga (#165)
* Update setup.py - remove deprecated stuff that isn't needed anymore. * Attempt a Fix - possible fix for the broken ci system. * #!/usr/bin/env python3 - adding #!/usr/bin/env python3 to force python3 * Another Possible Fix - trying this live in the CI to see if it works. ATM I can't get a local run to work for me. * Update build_and_publish_to_test_pypi.yml - oops, making sure it runs lol. check-source-changes * Update pyproject.toml - boom. these work on my local build. * Update build_and_publish_to_test_pypi.yml - undoing workflow changes. back to the orignal. * Raw - remove raw html, pypi doesn't like it.
- Loading branch information
1 parent
555f617
commit 5305b88
Showing
12 changed files
with
29 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#!/usr/bin/env python3 | ||
|
||
from .ez import ( # noqa | ||
snmp_get, | ||
snmp_set, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#!/usr/bin/env python3 | ||
|
||
from __future__ import unicode_literals | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#!/usr/bin/env python3 | ||
|
||
from __future__ import unicode_literals | ||
|
||
from typing import Optional, Tuple, overload | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#!/usr/bin/env python3 | ||
|
||
from __future__ import unicode_literals, absolute_import | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#!/usr/bin/env python3 | ||
|
||
from __future__ import unicode_literals, absolute_import | ||
|
||
from typing import Optional | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5305b88
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Valgrind Comment
sh ==8284== LEAK SUMMARY: ==8284== definitely lost: 112 bytes in 7 blocks ==8284== indirectly lost: 0 bytes in 0 blocks ==8284== possibly lost: 74,448 bytes in 117 blocks ==8284== still reachable: 2,169,753 bytes in 1,178 blocks ==8284== suppressed: 74,488 bytes in 178 blocks ==8284== Reachable blocks (those to which a pointer was found) are not shown. ==8284== To see them, rerun with: --leak-check=full --show-leak-kinds=all
sh ==8271== LEAK SUMMARY: ==8271== definitely lost: 112 bytes in 7 blocks ==8271== indirectly lost: 0 bytes in 0 blocks ==8271== possibly lost: 307,205 bytes in 467 blocks ==8271== still reachable: 2,420,988 bytes in 1,438 blocks ==8271== suppressed: 68,037 bytes in 163 blocks ==8271== Reachable blocks (those to which a pointer was found) are not shown. ==8271== To see them, rerun with: --leak-check=full --show-leak-kinds=all
sh ==8272== LEAK SUMMARY: ==8272== definitely lost: 112 bytes in 7 blocks ==8272== indirectly lost: 0 bytes in 0 blocks ==8272== possibly lost: 265,020 bytes in 396 blocks ==8272== still reachable: 1,768,372 bytes in 1,370 blocks ==8272== suppressed: 68,403 bytes in 163 blocks ==8272== Reachable blocks (those to which a pointer was found) are not shown. ==8272== To see them, rerun with: --leak-check=full --show-leak-kinds=all
sh ==8184== LEAK SUMMARY: ==8184== definitely lost: 6,544 bytes in 14 blocks ==8184== indirectly lost: 13,339 bytes in 14 blocks ==8184== possibly lost: 4,232 bytes in 6 blocks ==8184== still reachable: 10,696,761 bytes in 141,008 blocks ==8184== suppressed: 69,898 bytes in 166 blocks ==8184== Reachable blocks (those to which a pointer was found) are not shown. ==8184== To see them, rerun with: --leak-check=full --show-leak-kinds=all
sh ==8222== LEAK SUMMARY: ==8222== definitely lost: 3,984 bytes in 11 blocks ==8222== indirectly lost: 1,032 bytes in 2 blocks ==8222== possibly lost: 6,220 bytes in 8 blocks ==8222== still reachable: 10,607,049 bytes in 140,961 blocks ==8222== of which reachable via heuristic: ==8222== newarray : 536 bytes in 1 blocks ==8222== suppressed: 68,382 bytes in 163 blocks ==8222== Reachable blocks (those to which a pointer was found) are not shown. ==8222== To see them, rerun with: --leak-check=full --show-leak-kinds=all