Skip to content

Commit 7426684

Browse files
authored
revert(deps): Update pytest requirement from ~=8.1 to ~=8.0 in /packages/@jsii/python-runtime (#4446)
Reverts #4439 Apparently version 8.1.0 has been [yanked](https://pypi.org/project/pytest/8.1.0/) and is now causing builds to [fail](https://github.com/aws/jsii/actions/runs/8153733563/job/22285706848?pr=4443): ```console @jsii/python-runtime: ERROR: No matching distribution found for pytest~=8.1 ```
1 parent c67b502 commit 7426684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@jsii/python-runtime/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
black~=24.2
22
mypy==1.8.0
33
pip~=24.0
4-
pytest~=8.1
4+
pytest~=8.0
55
pytest-mypy~=0.10
66
setuptools~=69.1.1
77
types-python-dateutil~=2.8

0 commit comments

Comments
 (0)