pythonPackages.async-upnp-client: fix test execution
This commit is contained in:
@@ -526,7 +526,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.pytestCheckHook.override { pytest = self.pytest_6_1; };
|
||||
};
|
||||
|
||||
asyncwhois = callPackage ../development/python-modules/asyncwhois { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user