python2Packages.pygments: enable tests

advice over circular dependency appears outdated
This commit is contained in:
Robert Scott 2021-03-27 22:42:26 +00:00
parent cbd2c726fb
commit e73d77ae56

View File

@ -3,6 +3,7 @@
, fetchPypi
, fetchpatch
, docutils
, pytestCheckHook
}:
buildPythonPackage rec {
@ -25,8 +26,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ docutils ];
# Circular dependency with sphinx
doCheck = false;
checkInputs = [ pytestCheckHook ];
meta = {
homepage = "https://pygments.org/";