Merge pull request #95457 from jonringer/re-enable-recommonmark

python3Packages.recommonmark: disable tests
This commit is contained in:
Martin Weinelt 2020-08-15 00:17:26 +02:00 committed by GitHub
commit 5bb50d688e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";