Merge pull request #95457 from jonringer/re-enable-recommonmark
python3Packages.recommonmark: disable tests
This commit is contained in:
commit
5bb50d688e
@ -31,7 +31,8 @@ buildPythonPackage rec {
|
||||
"test_integration"
|
||||
];
|
||||
|
||||
disabled = isPy3k; # Not yet compatible with latest Sphinx.
|
||||
doCheck = !isPy3k; # Not yet compatible with latest Sphinx.
|
||||
pythonImportsCheck = [ "recommonmark" ];
|
||||
|
||||
meta = {
|
||||
description = "A docutils-compatibility bridge to CommonMark";
|
||||
|
Loading…
Reference in New Issue
Block a user