Skip to content

Commit 76bad14

Browse files
fix(ci): downgrade pytest to 8.3.4 for pytest-asyncio compatibility (#20)
pytest-asyncio 0.24.0 requires pytest<9 and >=8.2, but we had pytest==9.0.2 which caused installation conflicts. Downgrading to pytest==8.3.4 and pytest-cov==6.0.0 to resolve CI test failures.
1 parent 44138aa commit 76bad14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Pygments==2.19.2
5252
pymodbus==3.5.0
5353
pyOpenSSL==25.3.0
5454
pyserial==3.5
55-
pytest==9.0.2
56-
pytest-cov==7.0.0
55+
pytest==8.3.4
56+
pytest-cov==6.0.0
5757
pytest-django==4.11.1
5858
python-crontab==3.3.0
5959
python-dateutil==2.9.0.post0

0 commit comments

Comments
 (0)