Skip to content

Commit

Permalink
Pin pytest to latest version 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed Feb 25, 2024
1 parent 9742188 commit 3ac023e
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.0.2
pytest-django
tox
isort
Expand All @@ -51,7 +51,7 @@ include =

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

[aliases]
test=pytest
test=pytest==8.0.2

[isort]
combine_as_imports = true
Expand Down

0 comments on commit 3ac023e

Please sign in to comment.