Skip to content
Snippets Groups Projects
Commit e4d28642 authored by Manuel Jacob's avatar Manuel Jacob
Browse files

ci: stop allowing failure in job tests-hg-stable-py3

parent 6e2cae6d
No related branches found
No related tags found
1 merge request!21Make tests pass on Python 3
......@@ -125,7 +125,6 @@
- make -C /ci/repos/mercurial local PYTHON=python3
- cp /ci/repos/mercurial/hg .
- python3 tests/run-tests.py -lv --color=always
allow_failure: true
tests-py3-hg-stable:
stage: compat
......@@ -137,7 +136,6 @@
- make -C /ci/repos/mercurial local PYTHON=python3
- cp /ci/repos/mercurial/hg .
- python3 tests/run-tests.py -lv --color=always
allow_failure: true
tests-py3-hg-5.3:
stage: current
......@@ -146,4 +144,3 @@
- cp /ci/repos/mercurial/hg .
- ./hg version --debug
- python3 tests/run-tests.py -lv --color=always
allow_failure: true
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