We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ebc4e commit 76ce41eCopy full SHA for 76ce41e
requirements-testing.txt
@@ -1,3 +1,3 @@
1
mock==1.3.0
2
pytest==4.6.11
3
-typing;python_version>="3.4",<"3.5" # To work around CI fail.
+typing; python_version >='3.4' and python_version <'3.5' # To work around CI fail.
0 commit comments