Skip to content
Snippets Groups Projects

Revise handling of package metadata and build-system

Merged Lukas Kluft requested to merge (removed):housekeeping into main
2 files
+ 1
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
1
@@ -4,7 +4,6 @@ pytest:
stage: test
before_script:
- python3 -m pip install -r requirements.txt
- python3 -m pip install pytest
script:
- pytest --doctest-modules --junitxml=report.xml
artifacts:
Loading