Skip to content

Conversation

@pre-commit-ci
Copy link
Contributor

@pre-commit-ci pre-commit-ci bot commented Dec 15, 2025

@github-actions
Copy link
Contributor

github-actions bot commented Dec 15, 2025

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@sentry
Copy link

sentry bot commented Dec 15, 2025

❌ 9 Tests Failed:

Tests completed Failed Passed Skipped
385 9 376 69
View the full list of 9 ❄️ flaky test(s)
tests/unit/test_config_loaders.py::test_json_loader_reads_file

Flake rate in main: 93.33% (Passed 1 times, Failed 14 times)

Stack Traces | 0.003s run time
tests/unit/test_config_loaders.py:149: in test_json_loader_reads_file
    assert data["DEBUG"] is True
           ^^^^^^^^^^^^^
E   KeyError: 'DEBUG'
tests/unit/test_config_loaders.py::test_nested_field_flattening

Flake rate in main: 100.00% (Passed 0 times, Failed 13 times)

Stack Traces | 0.004s run time
tests/unit/test_config_loaders.py:236: in test_nested_field_flattening
    assert "NESTED__VALUE" in toml_data
E   AssertionError: assert 'NESTED__VALUE' in {'debug': True, 'name': 'toml_test', 'nested': {'value': 'from_toml'}, 'port': 9000}
tests/unit/test_config_loaders.py::test_toml_loader_reads_file

Flake rate in main: 100.00% (Passed 0 times, Failed 13 times)

Stack Traces | 0.004s run time
tests/unit/test_config_loaders.py:95: in test_toml_loader_reads_file
    assert data["DEBUG"] is True
           ^^^^^^^^^^^^^
E   KeyError: 'DEBUG'
tests/unit/test_config_loaders.py::test_yaml_loader_reads_file

Flake rate in main: 93.33% (Passed 1 times, Failed 14 times)

Stack Traces | 0.005s run time
tests/unit/test_config_loaders.py:122: in test_yaml_loader_reads_file
    assert data["DEBUG"] is True
           ^^^^^^^^^^^^^
E   KeyError: 'DEBUG'
tests/unit/test_config_priority.py::test_partial_config_files

Flake rate in main: 100.00% (Passed 0 times, Failed 13 times)

Stack Traces | 0.005s run time
.../tests/unit/test_config_priority.py:269: in test_partial_config_files
    assert settings.VALUE_FROM_YAML == "from_yaml_file"
E   AssertionError: assert 'default_yaml' == 'from_yaml_file'
E     
E     #x1B[0m#x1B[91m- from_yaml_file#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
E     #x1B[92m+ default_yaml#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
tests/unit/test_config_priority.py::test_priority_env_overrides_all

Flake rate in main: 100.00% (Passed 0 times, Failed 13 times)

Stack Traces | 0.01s run time
.../tests/unit/test_config_priority.py:165: in test_priority_env_overrides_all
    assert settings.VALUE_FROM_TOML == "from_toml_file"
E   AssertionError: assert 'default_toml' == 'from_toml_file'
E     
E     #x1B[0m#x1B[91m- from_toml_file#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
E     #x1B[92m+ default_toml#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
tests/unit/test_config_priority.py::test_priority_order_no_env

Flake rate in main: 100.00% (Passed 0 times, Failed 13 times)

Stack Traces | 0.006s run time
.../tests/unit/test_config_priority.py:132: in test_priority_order_no_env
    assert settings.VALUE_FROM_TOML == "from_toml_file"
E   AssertionError: assert 'default_toml' == 'from_toml_file'
E     
E     #x1B[0m#x1B[91m- from_toml_file#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
E     #x1B[92m+ default_toml#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
tests/unit/test_config_priority.py::test_priority_toml_over_yaml

Flake rate in main: 100.00% (Passed 0 times, Failed 13 times)

Stack Traces | 0.005s run time
.../tests/unit/test_config_priority.py:193: in test_priority_toml_over_yaml
    assert settings.SHARED_VALUE == "toml_value"
E   AssertionError: assert 'default_shared' == 'toml_value'
E     
E     #x1B[0m#x1B[91m- toml_value#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
E     #x1B[92m+ default_shared#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
tests/unit/test_config_priority.py::test_priority_yaml_over_json

Flake rate in main: 100.00% (Passed 0 times, Failed 13 times)

Stack Traces | 0.005s run time
.../tests/unit/test_config_priority.py:219: in test_priority_yaml_over_json
    assert settings.SHARED_VALUE == "yaml_value"
E   AssertionError: assert 'default_shared' == 'yaml_value'
E     
E     #x1B[0m#x1B[91m- yaml_value#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
E     #x1B[92m+ default_shared#x1B[39;49;00m#x1B[90m#x1B[39;49;00m

To view more test analytics, go to the [Prevent Tests Dashboard](https://All Things Linux.sentry.io/prevent/tests/?preventPeriod=30d&integratedOrgName=allthingslinux&repository=tux&branch=pre-commit-ci-update-config)

updates:
- [github.com/lyz-code/yamlfix: 1.19.0 → 1.19.1](lyz-code/yamlfix@1.19.0...1.19.1)
- [github.com/igorshubovych/markdownlint-cli: v0.46.0 → v0.47.0](igorshubovych/markdownlint-cli@v0.46.0...v0.47.0)
- [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.8...v0.14.10)
- [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.8...v0.14.10)
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 43822de to 96823ef Compare December 22, 2025 18:55
@coderabbitai
Copy link

coderabbitai bot commented Dec 22, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant