Skip to content

Commit

Permalink
lib: Remove version from build-system for uv groups test
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Dec 24, 2024
1 parent 3f40cde commit fef182b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/test_project.nix
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,13 @@ lib.fix (self: {
// {
# Assert shape for src, not exact equality
src = lib.isStorePath "${attrs.src}";
build-system = map (x: removeAttrs x [ "version" ]) attrs.build-system;
};

expected = {
build-system = [
{
pname = "hatchling";
version = "1.25.0";
}
];
optional-dependencies = { };
Expand Down

0 comments on commit fef182b

Please sign in to comment.