python3Packages.cnf-lint: disable failing tests

Bisected to 252225814a on
staging-next-26.05.

(cherry picked from commit eb643cb18c)
This commit is contained in:
Martin Weinelt 2026-06-19 03:24:57 +02:00
commit 939244d6dd
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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 = {