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

This commit is contained in:
Sandro Jäckel 2021-03-09 10:23:52 +01:00 committed by Frederik Rietdijk
parent 1b127bd94e
commit 45ede7d4ea

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 { };