python2Packages.pygments: enable tests
advice over circular dependency appears outdated
This commit is contained in:
parent
cbd2c726fb
commit
e73d77ae56
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user