python311Packages.asyncua: pin to pytest-asyncio 0.21
This commit is contained in:
parent
c13dadf60c
commit
61e612ad38
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
, cryptography
|
||||
, fetchFromGitHub
|
||||
, pyopenssl
|
||||
, pytest-asyncio
|
||||
, pytest-asyncio_0_21
|
||||
, pytest-mock
|
||||
, pytestCheckHook
|
||||
, python-dateutil
|
||||
|
@ -60,7 +60,7 @@ buildPythonPackage rec {
|
|||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
pytest-asyncio
|
||||
pytest-asyncio_0_21
|
||||
pytest-mock
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue