python3Packages.screenlogicpy: add pytest-asyncio

This commit is contained in:
Fabian Affolter 2021-11-28 10:19:26 +01:00 committed by Jonathan Ringer
parent 6c6f8f450d
commit 15037e6e38
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -2,6 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
, pytest-asyncio
, pytestCheckHook
}:
@ -20,6 +21,7 @@ buildPythonPackage rec {
};
checkInputs = [
pytest-asyncio
pytestCheckHook
];