mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
Merge pull request #313674 from fabaff/ward-fix
python311Packages.ward: marks as broken
This commit is contained in:
commit
6f7c990b0e
@ -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