python312Packages.green: remove failing test

test_command fails with:
`AttributeError: 'Distribution' object has no attribute 'tests_require'. Did you mean: 'extras_require'?`

Upstream issue has been reported to:
https://github.com/CleanCut/green/issues/299

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2024-08-19 10:13:10 +02:00
parent 0c5c793d28
commit 73e449299e

View File

@@ -40,7 +40,6 @@ buildPythonPackage rec {
$out/bin/green -tvvv \
green.test.test_version \
green.test.test_cmdline \
green.test.test_command
'';
pythonImportsCheck = [ "green" ];