mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 11:51:10 +00:00
Use inclusive ordered comparison for 'parameterized' requirement (#1281)
This commit is contained in:
committed by
Steve Kowalik
parent
3e3d8c54ab
commit
fb19d2f271
@@ -52,7 +52,7 @@ version = "1.44.1"
|
||||
tests_require = [
|
||||
"cryptography",
|
||||
"httpretty>=0.9.6",
|
||||
"parameterized==0.7.0",
|
||||
"parameterized>=0.7.0",
|
||||
]
|
||||
|
||||
if sys.version_info < (3, 3):
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
cryptography
|
||||
httpretty>=0.9.6
|
||||
mock==3.0.5; python_version < '3.3'
|
||||
parameterized==0.7.0
|
||||
parameterized>=0.7.0
|
||||
|
||||
Reference in New Issue
Block a user