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