python3Packages.mkdocs: remove unnecessary postPatch step

This commit is contained in:
Phillip Cloud 2022-01-24 09:22:51 -05:00
parent 60d94441fd
commit 173a62e890
No known key found for this signature in database
GPG Key ID: D908212070FD785E

View File

@ -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 = [