Skip to content
Snippets Groups Projects
Commit e01744d7 authored by Lukas Kluft's avatar Lukas Kluft
Browse files

Add pytest to requirements.txt

parent 5135ac1d
No related branches found
No related tags found
1 merge request!4Revise handling of package metadata and build-system
...@@ -4,7 +4,6 @@ pytest: ...@@ -4,7 +4,6 @@ pytest:
stage: test stage: test
before_script: before_script:
- python3 -m pip install -r requirements.txt - python3 -m pip install -r requirements.txt
- python3 -m pip install pytest
script: script:
- pytest --doctest-modules --junitxml=report.xml - pytest --doctest-modules --junitxml=report.xml
artifacts: artifacts:
......
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