python3Packages.executing: don't depend on rich

It is only used in scripts that aren't executed during pytestCheckHook.
This commit is contained in:
Robert Schütz
2026-04-26 11:39:43 -07:00
parent 1c8355b14e
commit 3a02cd4124
@@ -2,7 +2,6 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pythonAtLeast,
# build-system
setuptools,
@@ -11,7 +10,6 @@
# tests
asttokens,
littleutils,
rich,
pytestCheckHook,
}:
@@ -36,8 +34,7 @@ buildPythonPackage rec {
asttokens
littleutils
pytestCheckHook
]
++ lib.optionals (pythonAtLeast "3.11") [ rich ];
];
disabledTests = [
# requires ipython, which causes a circular dependency