mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
python39Packages.fixtures: mark as broken
This commit is contained in:
parent
7ae5cac752
commit
d9dd5d7310
@ -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
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user