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