Skip to content

Commit 532bc02

Browse files
committed
Do not restrict pytest dependencies versions (#3286)
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.
1 parent b6a0f96 commit 532bc02

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

dev_requirements.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
click==8.0.4
21
black==22.3.0
3-
flake8==5.0.4
2+
click==8.0.4
43
flake8-isort==6.0.0
4+
flake8==5.0.4
55
flynt~=0.69.0
6+
invoke==1.7.3
67
mock==4.0.3
78
packaging>=20.4
8-
pytest==7.2.0
9-
pytest-timeout==2.1.0
10-
pytest-asyncio>=0.20.2
11-
invoke==1.7.3
12-
pytest-cov>=4.0.0
13-
vulture>=2.3.0
9+
pytest
10+
pytest-asyncio
11+
pytest-cov
12+
pytest-timeout
1413
ujson>=4.2.0
15-
wheel>=0.30.0
1614
urllib3<2
1715
uvloop
16+
vulture>=2.3.0
17+
wheel>=0.30.0

0 commit comments

Comments
 (0)