1
0
mirror of https://github.com/FreeOpcUa/opcua-asyncio synced 2025-10-29 17:07:18 +08:00

finally unfreeze pytest-asyncio

This commit is contained in:
Olivier
2025-04-01 11:42:00 +02:00
committed by oroulet
parent cc874c30e2
commit a5d72a2dc2

View File

@@ -39,7 +39,7 @@ classifiers = [
[dependency-groups]
dev = [
"pytest",
"pytest-asyncio == 0.21.2",
"pytest-asyncio",
"coverage",
"pytest-cov",
"pytest-repeat",