Skip to content

Commit

Permalink
Update pytest to 7.4.3 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
Suor committed Nov 24, 2023
1 parent 2af33af commit c2aa0fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test_requirements.txt
@@ -1,4 +1,5 @@
pytest==6.2.5; python_version>='3.6'
pytest==7.4.3; python_version>='3.7'
pytest==6.2.5; python_version=='3.6'
pytest==3.9.3; python_version<='3.5'
more-itertools==4.0.0; python_version=='3.5'
whatever==0.7
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py34, py35, py36, py37, py38, py39, py310, py311, pypy3, docs, lint
envlist = py34, py35, py36, py37, py38, py39, py310, py311, py312, pypy3, docs, lint

[testenv]
deps = -r test_requirements.txt
Expand Down

0 comments on commit c2aa0fd

Please sign in to comment.