Skip to content

Commit 0b64b9b

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
'scandir;python_version<"3.2"', 'pathlib2;python_version<"3.2"']
1616
DEPENDENCY_LINKS = []
1717
SETUP_REQUIRES = ['pytest-runner', 'setuptools_scm']
18-
TESTS_REQUIRE = ['pytest', 'pytest-logging', 'pytest-cases>=1.10.1',
18+
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
2021
]
2122
EXTRAS_REQUIRE = {}
2223

0 commit comments

Comments
 (0)