python3Packages.testtools: Drop setuptools dependency

setuptools isn't used, so drop it.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer
2026-08-07 08:57:06 +02:00
parent 95fc5507b7
commit b8c70d6f18

View File

@@ -7,9 +7,6 @@
# build-system
hatchling,
hatch-vcs,
# dependencies
setuptools,
}:
buildPythonPackage rec {
@@ -29,8 +26,6 @@ buildPythonPackage rec {
pythonRemoveDeps = [ "fixtures" ];
propagatedBuildInputs = lib.optionals (pythonAtLeast "3.12") [ setuptools ];
# testscenarios has a circular dependency on testtools
doCheck = false;