Merge pull request #212364 from wegank/hatch-hotfix

hatch: fix build on darwin
This commit is contained in:
Nick Cao 2023-01-24 16:11:56 +08:00 committed by GitHub
commit 568bb0e328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,9 @@ python3.pkgs.buildPythonApplication rec {
"test_editable_pth"
# AssertionError: assert len(extract_installed_requirements(output.splitlines())) > 0
"test_creation_allow_system_packages"
] ++ lib.optionals stdenv.isDarwin [
# https://github.com/NixOS/nixpkgs/issues/209358
"test_scripts_no_environment"
];
meta = with lib; {