hatch: skip failing test

This commit is contained in:
Gaetan Lepage 2024-08-30 08:05:52 +02:00
parent 0721823d6c
commit 4c5d04c5f9

View File

@ -96,6 +96,9 @@ python3Packages.buildPythonApplication rec {
"test_uv_env"
"test_pyenv"
"test_pypirc"
# Relies on FHS
# Could not read ELF interpreter from any of the following paths: /bin/sh, /usr/bin/env, /bin/dash, /bin/ls
"test_new_selected_python"
]
++ lib.optionals stdenv.isDarwin [
# https://github.com/NixOS/nixpkgs/issues/209358