python39Packages.fixtures: mark as broken

This commit is contained in:
Robert T. McGibbon 2020-12-29 15:47:20 -05:00
parent 7ae5cac752
commit d9dd5d7310

View file

@ -5,6 +5,7 @@
, testtools
, mock
, python
, isPy39
}:
buildPythonPackage rec {
@ -26,5 +27,6 @@ buildPythonPackage rec {
description = "Reusable state for writing clean tests and more";
homepage = "https://pypi.python.org/pypi/fixtures";
license = lib.licenses.asl20;
broken = isPy39; # see https://github.com/testing-cabal/fixtures/issues/44
};
}