Skip to content

Commit 3e22b60

Browse files
Update Pytest to the latest version to fix tests on Python 3.10
Our tests are filing on Python 3.10 due to [1] so we update Pytest in `requirements-dev.txt` to the latest version. [1] pytest-dev/pytest#8546
1 parent ad25eb6 commit 3e22b60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements-dev.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ flake8==3.8.3
44
tox==3.19.0
55
coverage==5.2.1
66
Sphinx==1.5.6
7-
pytest==6.0.1
7+
pytest==7.1.3
88
pytest-cov==2.10.1
99
pytest-html==2.1.1
1010
ddt==1.4.1
1111
typing
12-
asynctest==0.13.0
12+
asynctest==0.13.0

0 commit comments

Comments
 (0)