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
|
, cryptography
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, pyopenssl
|
, pyopenssl
|
||||||
, pytest-asyncio
|
, pytest-asyncio_0_21
|
||||||
, pytest-mock
|
, pytest-mock
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, python-dateutil
|
, python-dateutil
|
||||||
|
@ -60,7 +60,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
pytest-asyncio
|
pytest-asyncio_0_21
|
||||||
pytest-mock
|
pytest-mock
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue