python3Packages.mkdocs: remove unnecessary postPatch step
This commit is contained in:
parent
60d94441fd
commit
173a62e890
@ -61,11 +61,6 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
# Remove test due to missing requirement
|
||||
rm mkdocs/tests/theme_tests.py
|
||||
'';
|
||||
|
||||
pytestFlagsArray = [ "mkdocs/tests/*.py" ];
|
||||
|
||||
disabledTests = [
|
||||
|
Loading…
Reference in New Issue
Block a user