Skip to content

Commit 1a07ad2

Browse files
gerzseagnesnatasya
authored andcommitted
Do not restrict pytest dependencies versions (redis#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 5994454 commit 1a07ad2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

dev_requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
click==8.0.4
21
black==24.3.0
32
cachetools
4-
flake8==5.0.4
3+
click==8.0.4
54
flake8-isort==6.0.0
5+
flake8==5.0.4
66
flynt~=0.69.0
7+
invoke==1.7.3
78
mock==4.0.3
89
packaging>=20.4
9-
pytest==7.2.0
10-
pytest-timeout==2.1.0
11-
pytest-asyncio>=0.20.2
12-
invoke==1.7.3
13-
pytest-cov>=4.0.0
14-
vulture>=2.3.0
10+
pytest
11+
pytest-asyncio
12+
pytest-cov
13+
pytest-timeout
1514
ujson>=4.2.0
16-
wheel>=0.30.0
1715
urllib3<2
1816
uvloop
17+
vulture>=2.3.0
18+
wheel>=0.30.0

0 commit comments

Comments
 (0)