python311Packages.asyncua: pin to pytest-asyncio 0.21

This commit is contained in:
Martin Weinelt 2024-02-24 02:46:44 +01:00
parent c13dadf60c
commit 61e612ad38
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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
]; ];