Skip to content

Commit 2bd7307

Browse files
authored
using pytest >= 6.2.5 to fix issues with py3.10
1 parent 76c7fd0 commit 2bd7307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ install_requires =
3030
etelemetry >= 0.2.2
3131

3232
test_requires =
33-
pytest >= 4.4.0, < 6.0.0
33+
pytest >= 6.2.5
3434
pytest-cov
3535
pytest-env
3636
pytest-xdist < 2.0
@@ -64,7 +64,7 @@ doc =
6464
docs =
6565
%(doc)s
6666
test =
67-
pytest >= 4.4.0, < 6.0.0
67+
pytest >= 6.2.5
6868
pytest-cov
6969
pytest-env
7070
pytest-xdist < 2.0

0 commit comments

Comments
 (0)