mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-07-04 16:24:48 +02:00
fix: fix syntax/bug
This commit is contained in:
@ -82,13 +82,15 @@ pytest:
|
||||
cobertura: coverage.xml
|
||||
|
||||
tests-3.10:
|
||||
extends: "tests-3.9"
|
||||
stage: AdditionalTests
|
||||
image: $CI_DOCKER_REGISTRY/python:3.10
|
||||
needs: ["pytest"]
|
||||
script:
|
||||
- pytest -v --random-order ./tests
|
||||
allow_failure: true
|
||||
|
||||
tests-3.11:
|
||||
extends: "tests-3.9"
|
||||
extends: "tests-3.10"
|
||||
stage: AdditionalTests
|
||||
image: $CI_DOCKER_REGISTRY/python:3.11
|
||||
allow_failure: true
|
||||
|
Reference in New Issue
Block a user