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 ed434d7889
commit cf3b2b972c
@@ -40,7 +40,6 @@ buildPythonPackage rec {
$out/bin/green -tvvv \
green.test.test_version \
green.test.test_cmdline \
green.test.test_command
'';
pythonImportsCheck = [ "green" ];