Skip to content

Commit

Permalink
maybe force the right test config
Browse files Browse the repository at this point in the history
  • Loading branch information
natikgadzhi committed Jan 30, 2025
1 parent 31afaf2 commit 0a38550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-ci/connectors/ci_credentials/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build-backend = "poetry.core.masonry.api"
ci_credentials = "ci_credentials.main:ci_credentials"

[tool.poe.tasks]
test = "pytest tests"
test = "pytest tests --config-file=./pyproject.toml"

[tool.airbyte_ci]
python_versions = ["3.10"]
Expand Down

0 comments on commit 0a38550

Please sign in to comment.