pythonPackages.async-upnp-client: use pytest_6_1CheckHook
This commit is contained in:
parent
d0f00f69b4
commit
ed44183ff0
2 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{ lib, buildPythonPackage, fetchFromGitHub, pythonOlder
|
||||
, voluptuous, aiohttp, async-timeout, python-didl-lite, defusedxml
|
||||
, pytest_6, pytest-asyncio }:
|
||||
, pytestCheckHook, pytest-asyncio }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "async-upnp-client";
|
||||
|
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
checkInputs = [
|
||||
pytest_6
|
||||
pytestCheckHook
|
||||
pytest-asyncio
|
||||
];
|
||||
|
||||
|
|
|
@ -538,7 +538,9 @@ in {
|
|||
|
||||
async-timeout = callPackage ../development/python-modules/async_timeout { };
|
||||
|
||||
async-upnp-client = callPackage ../development/python-modules/async-upnp-client { };
|
||||
async-upnp-client = callPackage ../development/python-modules/async-upnp-client {
|
||||
pytestCheckHook = self.pytest_6_1CheckHook;
|
||||
};
|
||||
|
||||
asyncwhois = callPackage ../development/python-modules/asyncwhois { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue