forked from jsonpickle/jsonpickle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: exclude gmpy2 to get tests passing on python3.12
gmpy2 does not currently build against Python 3.12. Exclude it from the test suite for now.
- Loading branch information
Showing
3 changed files
with
10 additions
and
5 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ coverage<5 | |
ecdsa | ||
feedparser | ||
flake8<5 | ||
gmpy2 | ||
gmpy2; python_version<"3.12" | ||
numpy | ||
pandas | ||
pymongo | ||
|
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 |
---|---|---|
|
@@ -57,7 +57,7 @@ testing = | |
# local | ||
ecdsa | ||
feedparser | ||
gmpy2 | ||
gmpy2; python_version<"3.12" | ||
numpy | ||
pandas | ||
pymongo | ||
|