Skip to content

Commit

Permalink
overriding hatch is unneeded
Browse files Browse the repository at this point in the history
  • Loading branch information
beh-10257 committed Oct 23, 2024
1 parent 56f8e12 commit f682f5f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packaging/nix/umu-launcher.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@ python3Packages.buildPythonPackage {
pkgs.scdoc
pkgs.git
pkgs.python3Packages.installer
(pkgs.hatch.overrideAttrs (prev: {
disabledTests = prev.disabledTests ++ [
"test_field_readme"
"test_field_string"
"test_field_complex"
"test_plugin_dependencies_unmet"
];
}))
pkgs.hatch
pkgs.python3Packages.build
];
propagatedBuildInputs = [
Expand Down

0 comments on commit f682f5f

Please sign in to comment.