Skip to content

Commit

Permalink
Update flake8 and libjuju (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp authored Feb 13, 2023
1 parent 2d58de0 commit 569ffa0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ commands =
description = Check code against coding style standards
deps =
black
flake8==4.0.1
flake8
flake8-docstrings
flake8-copyright
flake8-builtins
Expand Down Expand Up @@ -68,7 +68,7 @@ commands =
description = Run integration tests
deps =
pytest
juju==2.9.11 # juju 3.0.0 has issues with retrieving action results
juju~=2.9.0 # Latest juju 2
pytest-operator
psycopg2-binary
mailmanclient
Expand All @@ -81,7 +81,7 @@ commands =
description = Run all integration tests
deps =
pytest
juju==2.9.11 # juju 3.0.0 has issues with retrieving action results
juju~=2.9.0 # Latest juju 2
pytest-operator
psycopg2-binary
mailmanclient
Expand All @@ -94,7 +94,7 @@ commands =
description = Run integration tests marked dev
deps =
pytest
juju==2.9.11 # juju 3.0.0 has issues with retrieving action results
juju~=2.9.0 # Latest juju 2
psycopg2-binary
pytest-operator
mailmanclient
Expand All @@ -107,7 +107,7 @@ commands =
description = Run integration tests for standalone charm function
deps =
pytest
juju==2.9.11 # juju 3.0.0 has issues with retrieving action results
juju~=2.9.0 # Latest juju 2
psycopg2-binary
pytest-operator
mailmanclient
Expand All @@ -120,7 +120,7 @@ commands =
description = Run integration tests for backend relation
deps =
pytest
juju==2.9.11 # juju 3.0.0 has issues with retrieving action results
juju~=2.9.0 # Latest juju 2
psycopg2-binary
pytest-operator
mailmanclient
Expand All @@ -134,7 +134,7 @@ commands =
description = Run integration tests for modern client relations
deps =
pytest
juju==2.9.11
juju~=2.9.0 # Latest juju 2
psycopg2-binary
pytest-operator
mailmanclient
Expand All @@ -148,7 +148,7 @@ commands =
description = Run integration tests for legacy relations
deps =
pytest
juju==2.9.11 # juju 3.0.0 has issues with retrieving action results
juju~=2.9.0 # Latest juju 2
psycopg2-binary
pytest-operator
mailmanclient
Expand All @@ -162,7 +162,7 @@ commands =
description = Run integration tests for scaling pgbouncer
deps =
pytest
juju==2.9.11 # juju 3.0.0 has issues with retrieving action results
juju~=2.9.0 # Latest juju 2
psycopg2-binary
pytest-operator
mailmanclient
Expand Down

0 comments on commit 569ffa0

Please sign in to comment.