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

python3Packages.recommonmark: disable tests

authored by Martin Weinelt and committed by GitHub 5bb50d68 eb30a10e

+2 -1
+2 -1
pkgs/development/python-modules/recommonmark/default.nix
··· 31 31 "test_integration" 32 32 ]; 33 33 34 - disabled = isPy3k; # Not yet compatible with latest Sphinx. 34 + doCheck = !isPy3k; # Not yet compatible with latest Sphinx. 35 + pythonImportsCheck = [ "recommonmark" ]; 35 36 36 37 meta = { 37 38 description = "A docutils-compatibility bridge to CommonMark";