mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
python3Packages.recommonmark: disable tests
fails against latest sphinx, but errors suggest session needs to be cleaned
This commit is contained in:
parent
3a96f14ee7
commit
81a3d7863d
@ -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