mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.cnf-lint: disable failing tests
Bisected to252225814aon staging-next-26.05. (cherry picked from commiteb643cb18c)
This commit is contained in:
parent
38758d019a
commit
939244d6dd
1 changed files with 9 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue