Skip to content

Commit aa42e18

Browse files
author
Sylvain MARIE
committed
fixed pytest version number in dependency to get doctest skip
1 parent 4e12706 commit aa42e18

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ci_tools/requirements-pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ makefun
88
decopatch
99

1010
# --- to run the tests
11-
pytest>=4.3.0 # for ignore-glob
11+
pytest>=4.4.0 # for ignore-glob and doctest skip
1212
pytest-logging # ==2015.11.4
1313
# only on python 3+ so no need to pre-install:
1414
# enforce

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'functools32;python_version<"3.2"'] # 'typing_inspect' is now copied internally so as to be compliant with very old versions of typing module
1616
DEPENDENCY_LINKS = []
1717
SETUP_REQUIRES = ['pytest-runner', 'setuptools_scm', 'enum34;python_version<"3.4"', 'six']
18-
TESTS_REQUIRE = ['pytest>=4.3.0', 'pytest-logging', 'enforce', 'mini_lambda', 'attrs', 'numpy',
18+
TESTS_REQUIRE = ['pytest>=4.4.0', 'pytest-logging', 'enforce', 'mini_lambda', 'attrs', 'numpy',
1919
'autoclass', 'checktypes', 'pytest-cases']
2020
EXTRAS_REQUIRE = {}
2121

0 commit comments

Comments
 (0)