python3Packages.pytest-ordering: mark as broken

This commit is contained in:
Robert T. McGibbon 2021-05-08 19:04:12 -04:00 committed by Jonathan Ringer
parent 7c58a1e244
commit 9b80b8324c

View file

@ -26,6 +26,7 @@ buildPythonPackage rec {
homepage = "https://github.com/ftobia/pytest-ordering";
description = "Pytest plugin to run your tests in a specific order";
license = licenses.mit;
broken = true; # See https://github.com/NixOS/nixpkgs/pull/122264
maintainers = with maintainers; [ eadwu ];
};
}