python3Packages.colcon-cargo: disable broken tests
Tests attempt to download from outside at test time
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user