Commits
Click on a commit to change the comparison rangeApply ruff formatting to test files4 days ago
by petercrocker Apply ruff formatting to import_all_python_files call4 days ago
by petercrocker Restore type ignore comments required by mypy for Prefect tasks
The type ignore comments are needed because mypy doesn't understand
Prefect's @task decorator return type correctly.4 days ago
by petercrocker Add .infrahub.yml config file to conflict-01 test fixture
The conflict-01 test fixture was missing a .infrahub.yml configuration
file. With the new RepositoryConfigurationError exception that is now
raised when a repository lacks this config file, the integration tests
using this fixture were failing.
This adds a minimal .infrahub.yml to fix the integration tests:
- test_run_pipeline_validate_requested_jobs
- test_run_generators_validate_requested_jobs4 days ago
by petercrocker Merge branch 'develop' into pmc-20251127-infrahubyml-error3 hours ago
by petercrocker