Skip to content

Commit

Permalink
Pin pytest to latest version 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed Mar 4, 2024
1 parent 9742188 commit 08785a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install_requires =
requests
glom
tests_require =
pytest
pytest==8.1.0
pytest-django
tox
isort
Expand All @@ -51,7 +51,7 @@ include =

[options.extras_require]
tests =
pytest
pytest==8.1.0
pytest-django
tox
isort
Expand All @@ -69,7 +69,7 @@ release =
# 3rd party configuration

[aliases]
test=pytest
test=pytest==8.1.0

[isort]
combine_as_imports = true
Expand Down

0 comments on commit 08785a2

Please sign in to comment.