pythonPackages.async-upnp-client: fix test execution

This commit is contained in:
Sandro Jäckel
2021-03-09 10:23:35 +01:00
parent 4ccfb8b0ad
commit 421dc8f424
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -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 { };