python3Packages.cnf-lint: disable failing tests
Bisected to 252225814ab5f11143a02e8aad9459c2d9f498cd on staging-next-26.05. (cherry picked from commit eb643cb18ca43227504637f5c5d6e93234510abb)
This commit is contained in:
@@ -69,6 +69,15 @@ buildPythonPackage rec {
|
||||
"test_update_docs"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# unexpected exit code afer nodejs_24 24.16.0 update
|
||||
"test/integration/test_quickstart_templates.py::TestQuickStartTemplates::test_templates"
|
||||
"test/integration/test_quickstart_templates_non_strict.py::TestQuickStartTemplates::test_module_integration"
|
||||
"test/integration/test_quickstart_templates_non_strict.py::TestQuickStartTemplates::test_templates"
|
||||
"test/integration/test_good_templates.py::TestQuickStartTemplates::test_module_integration"
|
||||
"test/integration/test_good_templates.py::TestQuickStartTemplates::test_templates"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "cfnlint" ];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user