pythonPackages.async-upnp-client: use pytest_6_1CheckHook
This commit is contained in:
committed by
Frederik Rietdijk
parent
d0f00f69b4
commit
ed44183ff0
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user