python3Packages.markdown2: fix tests to actually run

This commit is contained in:
Robert Scott
2022-08-29 11:49:24 +01:00
parent a8afa28799
commit 26501c5268
@@ -15,7 +15,13 @@ buildPythonPackage rec {
checkInputs = [ pygments ];
checkPhase = ''
${python.interpreter} ./test/test.py
runHook preCheck
pushd test
${python.interpreter} ./test.py -- -knownfailure
popd # test
runHook postCheck
'';
meta = with lib; {