Skip to content

Commit 121b214

Browse files
committed
fix: limit pytest < 6.0.0
1 parent 765b184 commit 121b214

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author_email = [email protected]
55
maintainer = Nipype developers
66
maintainer_email = [email protected]
77
description = Pydra dataflow engine
8-
long_description = file:long_description.rst
8+
long_description = file:README.rst
99
long_description_content_type = text/x-rst; charset=UTF-8
1010
license = Apache License, 2.0
1111
provides =
@@ -30,7 +30,7 @@ install_requires =
3030
etelemetry >= 0.2.2
3131

3232
test_requires =
33-
pytest >= 4.4.0
33+
pytest >= 4.4.0, < 6.0.0
3434
pytest-cov
3535
pytest-env
3636
pytest-xdist
@@ -62,7 +62,7 @@ doc =
6262
docs =
6363
%(doc)s
6464
test =
65-
pytest >= 4.4.0
65+
pytest >= 4.4.0, < 6.0.0
6666
pytest-cov
6767
pytest-env
6868
pytest-xdist

0 commit comments

Comments
 (0)