Skip to content
Snippets Groups Projects
Commit adcec9c6 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

allow_failure for python RC

parent 42f3f5b7
No related branches found
No related tags found
No related merge requests found
Pipeline #72585 passed with warnings
...@@ -28,6 +28,7 @@ test37-django2: ...@@ -28,6 +28,7 @@ test37-django2:
- coverage run --source='basetheme_bootstrap' manage.py test && coverage report -m - coverage run --source='basetheme_bootstrap' manage.py test && coverage report -m
testrc-django2: testrc-django2:
allow_failure: true
stage: test stage: test
image: python:rc image: python:rc
script: script:
...@@ -60,6 +61,7 @@ test37-django31: ...@@ -60,6 +61,7 @@ test37-django31:
- coverage run --source='basetheme_bootstrap' manage.py test && coverage report -m - coverage run --source='basetheme_bootstrap' manage.py test && coverage report -m
testrc-django3: testrc-django3:
allow_failure: true
stage: test stage: test
image: python:rc image: python:rc
script: script:
......
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