pythonPackages.werkzeug: fix test execution, add empty maintainers field

This commit is contained in:
Sandro Jäckel
2021-03-13 16:21:31 +01:00
committed by Frederik Rietdijk
parent 1b127bd94e
commit 45ede7d4ea
+3 -1
View File
@@ -8723,7 +8723,9 @@ in {
webthing = callPackage ../development/python-modules/webthing { };
werkzeug = callPackage ../development/python-modules/werkzeug { };
werkzeug = callPackage ../development/python-modules/werkzeug {
pytestCheckHook = self.pytest_6_1CheckHook;
};
west = callPackage ../development/python-modules/west { };