pythonPackages.werkzeug: fix test execution, add empty maintainers field
This commit is contained in:
parent
1b127bd94e
commit
45ede7d4ea
@ -8723,7 +8723,9 @@ in {
|
|||||||
|
|
||||||
webthing = callPackage ../development/python-modules/webthing { };
|
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 { };
|
west = callPackage ../development/python-modules/west { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user