Skip to content

Commit b5d6367

Browse files
committed
feat(ISV-5882): install root package in tox
We need the root mobster package to be installed in the test environment, so we can use importlib.metadata to get the current Mobster version. Signed-off-by: Martin Jediny <jedinym@proton.me>
1 parent 4de023e commit b5d6367

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ deps =
1919
poetry
2020
poetry-plugin-export
2121
commands_pre =
22-
poetry install --no-root
22+
poetry install
2323
setenv =
2424
PYTHONPATH = {toxinidir}/src
2525

0 commit comments

Comments
 (0)