python3Packages.executing: don't depend on rich (#513759)

This commit is contained in:
dotlambda
2026-04-28 20:26:31 +00:00
committed by GitHub
@@ -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