Skip to content

Commit 9423a0f

Browse files
author
Sylvain MARIE
committed
Fixed travis build
1 parent 9e174f0 commit 9423a0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci_tools/requirements-pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ stdlib_list
66
# --- to run the tests
77
pytest #$PYTEST_VERSION
88
pytest-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
1010
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)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
SETUP_REQUIRES = ['pytest-runner', 'setuptools_scm']
1818
TESTS_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
]
2222
EXTRAS_REQUIRE = {}
2323

0 commit comments

Comments
 (0)