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 0b64b9b commit 9e174f0Copy full SHA for 9e174f0
ci_tools/requirements-pip.txt
@@ -6,8 +6,8 @@ stdlib_list
6
# --- to run the tests
7
pytest #$PYTEST_VERSION
8
pytest-logging # ==2015.11.4
9
-pytest_cases
10
-makefun==1.6.8
+pytest_cases==1.10.4 # we use that precise version otherwise there is a conflict with makefun 1.6.8
+makefun==1.6.8 # we use that precise version because it does not have the __version__ attribute.
11
12
# --- to generate the reports (see scripts in ci_tools, called by .travis)
13
# pytest-cov==2.6.0 # after 2.6.1 it requires pytest 3.6
0 commit comments