From 6e39bdbf53b147c8ff163527b45691835ce9a2eb Mon Sep 17 00:00:00 2001 From: appel_c Date: Thu, 21 Nov 2024 09:11:50 +0100 Subject: [PATCH] ci: fix ci syntax for package-dep-job --- .gitlab-ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9a52457..a7757a7e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,9 @@ variables: description: ophyd_devices branch value: main CHILD_PIPELINE_BRANCH: $CI_DEFAULT_BRANCH + CHECK_PKG_VERSIONS: + description: Whether to run additional tests against min/max/random selection of dependencies. Set to 1 for running. + value: 0 workflow: rules: @@ -31,8 +34,9 @@ include: inputs: stage: test path: "." - pytest_args: "-v --random-order tests/" - exclude_packages: "" + pytest_args: "-v,--random-order,tests/unit_tests" + ignore_dep_group: "pyqt6" + pip_args: ".[dev,pyside6]" # different stages in the pipeline stages: