Commit 376ba221 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.hatch: skip failing test on darwin

parent 976700a0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -168,6 +168,9 @@ buildPythonPackage (finalAttrs: {
    "test_macos_archflags"
    "test_macos_max_compat"

    # AssertionError: assert 'Creating env...ependencies\n' == 'Creating env...ep...
    "test_install_project_no_dev_mode"

    # https://github.com/pypa/hatch/issues/1942
    "test_features"
    "test_sync_dynamic_dependencies"