Skip to content
Snippets Groups Projects
Commit 7669f444 authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Add posargs to pytest execution

parent 3d92f92f
No related branches found
No related tags found
No related merge requests found
Pipeline #77948 failed
......@@ -4,7 +4,7 @@ envlist = worker-{{ cookiecutter.slug }}
[testenv]
passenv = ARKINDEX_API_SCHEMA_URL
commands =
pytest
pytest {posargs}
deps =
pytest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment