Skip to content

Commit 9e174f0

Browse files
author
Sylvain MARIE
committed
Fixed travis build
1 parent 0b64b9b commit 9e174f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci_tools/requirements-pip.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ stdlib_list
66
# --- to run the tests
77
pytest #$PYTEST_VERSION
88
pytest-logging # ==2015.11.4
9-
pytest_cases
10-
makefun==1.6.8
9+
pytest_cases==1.10.4 # we use that precise version otherwise there is a conflict with makefun 1.6.8
10+
makefun==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)
1313
# pytest-cov==2.6.0 # after 2.6.1 it requires pytest 3.6

0 commit comments

Comments
 (0)