Skip to content

Commit

Permalink
ref: upgrade just pytest
Browse files Browse the repository at this point in the history
upgrading pytest and pytest-django seemed to make many of our tests trigger HC exceptions.  trying this one separately
  • Loading branch information
asottile-sentry committed Sep 4, 2024
1 parent 891194f commit 6b69d02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements-dev-frozen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ phonenumberslite==8.12.55
pillow==10.2.0
pip-tools==7.1.0
platformdirs==4.2.0
pluggy==1.4.0
pluggy==1.5.0
pre-commit==3.3.2
progressbar2==3.41.0
prompt-toolkit==3.0.41
Expand All @@ -144,7 +144,7 @@ pyjwt==2.4.0
pymemcache==4.0.0
pyparsing==3.0.9
pysocks==1.7.1
pytest==8.0.0
pytest==8.1.1
pytest-cov==4.0.0
pytest-django==4.8.0
pytest-fail-slow==0.3.0
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ time-machine>=2.13.0
honcho>=1.1.0
openapi-core>=0.18.2
openapi-pydantic>=0.4.0
pytest>=8
pytest>=8.1.1
pytest-cov>=4.0.0
pytest-django>=4.8.0
pytest-fail-slow>=0.3.0
Expand Down

0 comments on commit 6b69d02

Please sign in to comment.