Skip to content

Commit

Permalink
remove references to SARC's own prometheus server
Browse files Browse the repository at this point in the history
  • Loading branch information
nurbal committed Jul 17, 2023
1 parent c352a1a commit 2568bf2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
7 changes: 0 additions & 7 deletions tests/functional/common/test_prometheus.py

This file was deleted.

3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,12 @@ allowlist_externals =
podman
commands_pre =
podman run -dt --name testenv_mongo -p 27017:27017/tcp docker.io/library/mongo:latest
podman run -dt --name testenv_prometheus -p 9090:9090 prom/prometheus
commands =
poetry install --with dev
poetry run pytest -vvv
commands_post =
podman stop testenv_mongo
podman rm testenv_mongo
podman stop testenv_prometheus
podman rm testenv_prometheus

[testenv:lint]
description = run linters
Expand Down

0 comments on commit 2568bf2

Please sign in to comment.