Skip to content

Commit

Permalink
python311Packages.ward: marks as broken
Browse files Browse the repository at this point in the history
Old requirements (cucumber-tag-expressions and rich)
darrenburns/ward#380
  • Loading branch information
fabaff committed May 22, 2024
1 parent e4216e0 commit 2bd7127
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/python-modules/ward/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}

0 comments on commit 2bd7127

Please sign in to comment.