python3Packages.markdown2: fix tests to actually run
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user