Skip to content

Commit 99ffa7c

Browse files
authored
Use pytest>=6.0.1 (#4308)
pytest 6.0.0 had issue with `pylint`, complaining for `pytest.mark.*` being `not-callable`.
1 parent 9592246 commit 99ffa7c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,7 @@ def run(self):
105105
tests_requirements = [
106106
"wheel>=0.31.1",
107107
# Test requirements:
108-
# https://github.com/pytest-dev/pytest/issues/7558
109-
# FIXME: pylint complaining for pytest.mark.* on v6.0
110-
"pytest>=4.6.0,<6.0",
108+
"pytest>=6.0.1",
111109
"pytest-docker>=0.7.2",
112110
"pytest-timeout>=1.3.3",
113111
"pytest-cov>=2.6.1",

0 commit comments

Comments
 (0)