Skip to content

Commit

Permalink
workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Jul 26, 2023
1 parent 7d96d28 commit 8b3eb89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ mysql-connector-python = "~8.0.33"
boto3 = "^1.28.11"
pyyaml = "^6.0"
urllib3 = "^1.26.16"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", rev = "groups-and-cache", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", rev = "groups-and-cache", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", rev = "pytest-plugin-cache", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", rev = "pytest-plugin-groups", subdirectory = "python/pytest_plugins/pytest_operator_groups"}


[tool.coverage.run]
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ allowlist_externals =
{[testenv]allowlist_externals}
{[build]allowlist_externals}
commands_pre =
# Workaround for https://github.com/python-poetry/poetry/issues/6958
poetry config installer.parallel false
poetry install --only integration
{[build]commands_pre}
commands =
Expand Down

0 comments on commit 8b3eb89

Please sign in to comment.