Skip to content

Commit

Permalink
make the pin a little bit better (#344)
Browse files Browse the repository at this point in the history
* make the pin a little bit better

* trust grafana
  • Loading branch information
dstathis authored Aug 18, 2022
1 parent e75eb0b commit 113daca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/integration/test_rerelate.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ async def test_build_and_deploy(ops_test: OpsTest, prometheus_charm, prometheus_
"ch:grafana-k8s",
application_name="grafana",
channel="edge",
trust=True,
),
ops_test.model.deploy(
"ch:grafana-agent-k8s",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ deps =
black
codespell
# Pinned until pyproject-flake8 supports flake8 >= 5
flake8==4.0.1
flake8 < 5
flake8-docstrings
flake8-copyright
flake8-builtins
Expand Down

0 comments on commit 113daca

Please sign in to comment.