Skip to content

Commit

Permalink
Do not restrict pytest dependencies versions (#3286)
Browse files Browse the repository at this point in the history
Try to not restrict the versions of pytest dependencies, see if we can
get rid of the segmentation faults that we see pretty often in the CI.

Take the opportunity to sort the dev_requirements.txt file.
  • Loading branch information
gerzse committed Jun 19, 2024
1 parent caf4b20 commit d288a29
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
click==8.0.4
black==24.3.0
cachetools
flake8==5.0.4
click==8.0.4
flake8-isort==6.0.0
flake8==5.0.4
flynt~=0.69.0
invoke==1.7.3
mock==4.0.3
packaging>=20.4
pytest==7.2.0
pytest-timeout==2.1.0
pytest-asyncio>=0.20.2
invoke==1.7.3
pytest-cov>=4.0.0
vulture>=2.3.0
pytest
pytest-asyncio
pytest-cov
pytest-timeout
ujson>=4.2.0
wheel>=0.30.0
urllib3<2
uvloop
vulture>=2.3.0
wheel>=0.30.0

0 comments on commit d288a29

Please sign in to comment.