Unverified Commit cf3b2b97 authored by Florian Brandes's avatar Florian Brandes
Browse files

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: default avatarFlorian Brandes <florian.brandes@posteo.de>
parent ed434d78
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -40,7 +40,6 @@ buildPythonPackage rec {
    $out/bin/green -tvvv \
      green.test.test_version \
      green.test.test_cmdline \
      green.test.test_command
  '';

  pythonImportsCheck = [ "green" ];