Skip to content

Commit 4ee928d

Browse files
cdce8pPierre-Sassoulas
authored andcommitted
Add 'py' to test requirements (#7692)
1 parent 8e3db1f commit 4ee928d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements_test_min.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# astroid dependency is also defined in pyproject.toml
33
# You need to increment the CACHE_VERSION in github actions too
44
astroid==2.12.12 # Pinned to a specific version for tests
5-
typing-extensions~=4.3
5+
typing-extensions~=4.4
6+
py~=1.11.0
67
pytest~=7.2
78
pytest-benchmark~=4.0
89
pytest-timeout~=2.1

0 commit comments

Comments
 (0)