ci: move pytest.ini and use it within the test container
This commit is contained in:
parent
9e7298478d
commit
8fef66c4e9
@ -23,4 +23,4 @@ ADD tests /app/tests
|
||||
|
||||
# Run tests
|
||||
ENTRYPOINT []
|
||||
CMD [ "/usr/local/bin/python", "-m", "pytest", "tests", "--capture=tee-sys" ]
|
||||
CMD /usr/local/bin/python -m pytest tests -c tests/pytest.ini --capture=tee-sys
|
||||
|
Loading…
Reference in New Issue
Block a user