Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Install vault if required
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Oct 18, 2023
1 parent dafd0b5 commit 1b00827
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ python = "python3"
dependencies = [
"coverage[toml]>=6.5",
"pytest",
"vault-dev@git+https://github.com/vimc/vault-dev@mrc-4644"
"vault-dev>=0.1.1"
]
[tool.hatch.envs.default.scripts]
test = "pytest {args:tests}"
Expand Down
4 changes: 4 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import pytest
import vault_dev

from privateer2.util import (
container_if_exists,
Expand All @@ -8,6 +9,9 @@
)


vault_dev.ensure_installed()


@pytest.fixture
def managed_docker():
created = {"container": [], "volume": []}
Expand Down

0 comments on commit 1b00827

Please sign in to comment.