Skip to content
Snippets Groups Projects
Commit a4ca121e5bad authored by Simon Chabot's avatar Simon Chabot
Browse files

Backed out changeset 6dd2c9e510a3

pytest-html is installed on the system, and not available in the tox
environment. Thus this commit should be backout.
parent bfa652f7301d
No related branches found
No related tags found
1 merge request!12Backed out changeset 6dd2c9e510a3
Pipeline #67189 passed
--- ---
py27: py27:
before_script: before_script:
- pip install tox pytest-html - pip install tox
stage: tests stage: tests
...@@ -5,4 +5,4 @@ ...@@ -5,4 +5,4 @@
stage: tests stage: tests
script: tox -e py27 -- --html=py3.html --self-contained-html script: tox -e py27
artifacts: artifacts:
paths: paths:
...@@ -7,4 +7,3 @@ ...@@ -7,4 +7,3 @@
artifacts: artifacts:
paths: paths:
- py27.html
- py27-deprecated-warnings.json - py27-deprecated-warnings.json
--- ---
py3: py3:
before_script: before_script:
- pip install tox pytest-html - pip install tox
stage: tests stage: tests
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
stage: tests stage: tests
script: tox -e py3 -- --junitxml=report.xml --html=py3.html --self-contained-html script: tox -e py3 -- --junitxml=report.xml
artifacts: artifacts:
when: always when: always
reports: reports:
junit: report.xml junit: report.xml
paths: paths:
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
artifacts: artifacts:
when: always when: always
reports: reports:
junit: report.xml junit: report.xml
paths: paths:
- py3.html
- py3-deprecated-warnings.json - py3-deprecated-warnings.json
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