File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ stdlib_list
66# --- to run the tests
77pytest #$PYTEST_VERSION
88pytest-logging # ==2015.11.4
9- pytest_cases==1.10.4 # we use that precise version otherwise there is a conflict with makefun 1.6.8
9+ pytest_cases==1.10.1 # we use that precise version otherwise there is a conflict with makefun 1.6.8
1010makefun==1.6.8 # we use that precise version because it does not have the __version__ attribute.
1111
1212# --- to generate the reports (see scripts in ci_tools, called by .travis)
Original file line number Diff line number Diff line change 1717SETUP_REQUIRES = ['pytest-runner' , 'setuptools_scm' ]
1818TESTS_REQUIRE = ['pytest' , 'pytest-logging' ,
1919 '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
20+ 'pytest-cases==1.10.1 ' , # we use that precise version otherwise there is a conflict with makefun 1.6.8
2121 ]
2222EXTRAS_REQUIRE = {}
2323
You can’t perform that action at this time.
0 commit comments