mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
python311Packages.ward: marks as broken
Old requirements (cucumber-tag-expressions and rich) https://github.com/darrenburns/ward/issues/380
This commit is contained in:
parent
e4216e0253
commit
2bd7127feb
@ -56,5 +56,8 @@ buildPythonPackage rec {
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
mainProgram = "ward";
|
||||
# Old requirements (cucumber-tag-expressions and rich)
|
||||
# https://github.com/darrenburns/ward/issues/380
|
||||
broken = versionAtLeast rich.version "13.0.0";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user