python3Packages.recommonmark: disable tests

fails against latest sphinx, but errors suggest
session needs to be cleaned
This commit is contained in:
Jonathan Ringer 2020-08-14 13:57:10 -07:00
parent 3a96f14ee7
commit 81a3d7863d
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

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