pythonPackages.readme_renderer: disable flakey test

This commit is contained in:
Jonathan Ringer
2019-12-30 16:46:51 +01:00
committed by Frederik Rietdijk
parent 79b2cc8803
commit 5d5c957cbd
@@ -28,7 +28,8 @@ buildPythonPackage rec {
checkPhase = '' checkPhase = ''
# disable one failing test case # disable one failing test case
py.test -k "not test_invalid_link" # fixtures test is failing for incorrect class name
py.test -k "not test_invalid_link and not fixtures"
''; '';
meta = { meta = {