Skip to content

Commit

Permalink
overriding hatch is unneeded (#251)
Browse files Browse the repository at this point in the history
Co-authored-by: beh-10257 <[email protected]>
  • Loading branch information
beh-10257 and beh-10257 authored Oct 23, 2024
1 parent 589b262 commit 9e17f1a
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 9e17f1a

Please sign in to comment.