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 c5fc62e commit 0b64b9bCopy full SHA for 0b64b9b
setup.py
@@ -15,8 +15,9 @@
15
'scandir;python_version<"3.2"', 'pathlib2;python_version<"3.2"']
16
DEPENDENCY_LINKS = []
17
SETUP_REQUIRES = ['pytest-runner', 'setuptools_scm']
18
-TESTS_REQUIRE = ['pytest', 'pytest-logging', 'pytest-cases>=1.10.1',
+TESTS_REQUIRE = ['pytest', 'pytest-logging',
19
'makefun==1.6.8' # we use that precise version because it does not have the __version__ attribute.
20
+ 'pytest-cases==1.10.4', # we use that precise version otherwise there is a conflict with makefun 1.6.8
21
]
22
EXTRAS_REQUIRE = {}
23
0 commit comments