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