Skip to content

Commit 6aba6ef

Browse files
committed
fix: min pytest version
1 parent 332f052 commit 6aba6ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ install_requires =
1010
nibabel
1111
h5py
1212
test_requires =
13-
pytest
13+
pytest >= 4.4.0
1414
pytest-cov
1515
pytest-xdist
1616
nose
@@ -20,7 +20,7 @@ include_package_data = True
2020

2121
[options.extras_require]
2222
test =
23-
pytest
23+
pytest >= 4.4.0
2424
pytest-cov
2525
pytest-xdist
2626
nose

0 commit comments

Comments
 (0)