lol

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>

-1
-1
pkgs/development/python-modules/green/default.nix
··· 40 40 $out/bin/green -tvvv \ 41 41 green.test.test_version \ 42 42 green.test.test_cmdline \ 43 - green.test.test_command 44 43 ''; 45 44 46 45 pythonImportsCheck = [ "green" ];