-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f6f9cd
commit 6398cdd
Showing
2 changed files
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,11 +72,11 @@ description = Run charm integration tests | |
pass_env = | ||
{[testenv]pass_env} | ||
CI | ||
CI_PACKED_CHARMS | ||
deps = | ||
pytest | ||
juju==3.2.0.1 | ||
pytest-operator | ||
git+https://github.com/canonical/[email protected]\#subdirectory=python/pytest_plugins/pytest_operator_cache | ||
pytest-mock | ||
-r {tox_root}/requirements.txt | ||
commands = | ||
|
@@ -87,11 +87,11 @@ description = Run high availability integration tests | |
pass_env = | ||
{[testenv]pass_env} | ||
CI | ||
CI_PACKED_CHARMS | ||
deps = | ||
pytest | ||
juju==3.2.0.1 | ||
pytest-mock | ||
git+https://github.com/canonical/[email protected]\#subdirectory=python/pytest_plugins/pytest_operator_cache | ||
pytest-operator | ||
-r {tox_root}/requirements.txt | ||
commands = | ||
|
@@ -102,11 +102,11 @@ description = Run new relation integration tests | |
pass_env = | ||
{[testenv]pass_env} | ||
CI | ||
CI_PACKED_CHARMS | ||
deps = | ||
pytest | ||
juju==3.2.0.1 | ||
pytest-mock | ||
git+https://github.com/canonical/[email protected]\#subdirectory=python/pytest_plugins/pytest_operator_cache | ||
pytest-operator | ||
-r {tox_root}/requirements.txt | ||
commands = | ||
|
@@ -117,11 +117,11 @@ description = Run legacy relation integration tests | |
pass_env = | ||
{[testenv]pass_env} | ||
CI | ||
CI_PACKED_CHARMS | ||
deps = | ||
pytest | ||
juju==3.2.0.1 | ||
pytest-mock | ||
git+https://github.com/canonical/[email protected]\#subdirectory=python/pytest_plugins/pytest_operator_cache | ||
pytest-operator | ||
-r {tox_root}/requirements.txt | ||
commands = | ||
|
@@ -132,11 +132,11 @@ description = Run tls integration tests | |
pass_env = | ||
{[testenv]pass_env} | ||
CI | ||
CI_PACKED_CHARMS | ||
deps = | ||
pytest | ||
juju==3.2.0.1 | ||
pytest-mock | ||
git+https://github.com/canonical/[email protected]\#subdirectory=python/pytest_plugins/pytest_operator_cache | ||
pytest-operator | ||
-r {tox_root}/requirements.txt | ||
commands = | ||
|
@@ -148,7 +148,6 @@ description = Run backup integration tests | |
pass_env = | ||
{[testenv]pass_env} | ||
CI | ||
CI_PACKED_CHARMS | ||
AWS_ACCESS_KEY | ||
AWS_SECRET_KEY | ||
GCP_ACCESS_KEY | ||
|
@@ -157,6 +156,7 @@ deps = | |
pytest | ||
juju==3.2.0.1 | ||
pytest-mock | ||
git+https://github.com/canonical/[email protected]\#subdirectory=python/pytest_plugins/pytest_operator_cache | ||
pytest-operator | ||
-r {tox_root}/requirements.txt | ||
commands = | ||
|
@@ -167,11 +167,11 @@ description = Run metrics integration tests | |
pass_env = | ||
{[testenv]pass_env} | ||
CI | ||
CI_PACKED_CHARMS | ||
deps = | ||
pytest | ||
juju==3.2.0.1 | ||
pytest-mock | ||
git+https://github.com/canonical/[email protected]\#subdirectory=python/pytest_plugins/pytest_operator_cache | ||
pytest-operator | ||
-r {tox_root}/requirements.txt | ||
commands = | ||
|
@@ -183,11 +183,11 @@ description = Run all integration tests | |
pass_env = | ||
{[testenv]pass_env} | ||
CI | ||
CI_PACKED_CHARMS | ||
deps = | ||
pytest | ||
juju==3.2.0.1 | ||
pytest-mock | ||
git+https://github.com/canonical/[email protected]\#subdirectory=python/pytest_plugins/pytest_operator_cache | ||
pytest-operator | ||
-r {tox_root}/requirements.txt | ||
commands = | ||
|