python3Packages.pytest-ordering: mark as broken

This commit is contained in:
Robert T. McGibbon
2021-05-08 20:43:59 -07:00
committed by Jonathan Ringer
parent 7c58a1e244
commit 9b80b8324c
@@ -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 ];
};
}