---
include: '///////////templates/template.yml'

py3:
  extends: .retry
  interruptible: true
  image: ${CI_REGISTRY}/cubicweb/dockerfiles/bullseye-slim-pg13
  stage: tests
  except:
    variables:
      - $TRIGGERED_FROM_OTHER_PROJECT
  script: tox -e py3 -- --junitxml=report.xml
  tags:
    - tests
    - py3
  needs: []
  artifacts:
    when: always
    reports:
      junit: report.xml
    paths:
      - py3-deprecated-warnings.json