python3Packages.colcon-cargo: disable broken tests

Tests attempt to download from outside at test time
This commit is contained in:
Sarah Clark
2026-03-12 13:24:21 -07:00
parent 27894d0586
commit c382b2eda8
@@ -38,6 +38,12 @@ buildPythonPackage rec {
writableTmpDirAsHomeHook
];
disabledTests = [
# Attempts to download https://index.crates.io/config.json at test time
"test_build_and_test_package"
"test_skip_pure_library_package"
];
disabledTestPaths = [
# Skip the linter tests
"test/test_flake8.py"