Skip to content

Commit

Permalink
python3Packages.conan: disable unstable test
Browse files Browse the repository at this point in the history
This test failed repeatedly on aarch64-linux, so far.
  • Loading branch information
wolfgangwalther committed Nov 12, 2024
1 parent 5ea3790 commit f9969cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/by-name/co/conan/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ python3.pkgs.buildPythonApplication rec {
disabledTests = [
# Tests require network access
"TestFTP"
# Unstable test
"test_shared_windows_find_libraries"
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
# Rejects paths containing nix
"test_conditional_os"
Expand Down

0 comments on commit f9969cb

Please sign in to comment.