# HG changeset patch # User Laurent Peuch <cortex@worlddomination.be> # Date 1637683265 -3600 # Tue Nov 23 17:01:05 2021 +0100 # Node ID fa9a908dde0794f52089c05f617d7b01e39e0bac # Parent 952b3142477d1c0ed7f7201531544c1a836313a2 feat: don't make python tests depends on lint jobs diff --git a/templates/tests/py27.yml b/templates/tests/py27.yml --- a/templates/tests/py27.yml +++ b/templates/tests/py27.yml @@ -5,6 +5,7 @@ - pip install tox stage: tests image: python:2.7 + needs: [] tags: - tests - py2 diff --git a/templates/tests/py3.yml b/templates/tests/py3.yml --- a/templates/tests/py3.yml +++ b/templates/tests/py3.yml @@ -7,6 +7,7 @@ tags: - tests - py3 + needs: [] artifacts: when: always reports: