0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00

built: cleanup gitlab-ci, remove pyqt6 related lines

This commit is contained in:
2025-04-08 11:30:56 +02:00
parent 7653e0877c
commit b5015e4e72

View File

@ -35,8 +35,7 @@ include:
stage: test stage: test
path: "." path: "."
pytest_args: "-v,--random-order,tests/unit_tests" pytest_args: "-v,--random-order,tests/unit_tests"
ignore_dep_group: "pyqt6" pip_args: ".[dev]"
pip_args: ".[dev,pyside6]"
# different stages in the pipeline # different stages in the pipeline
stages: stages:
@ -89,7 +88,7 @@ pylint:
needs: [] needs: []
before_script: before_script:
- pip install pylint pylint-exit anybadge - pip install pylint pylint-exit anybadge
- pip install -e .[dev,pyqt6] - pip install -e .[dev]
script: script:
- mkdir ./pylint - mkdir ./pylint
- pylint ./bec_widgets --output-format=text --output=./pylint/pylint.log | tee ./pylint/pylint.log || pylint-exit $? - pylint ./bec_widgets --output-format=text --output=./pylint/pylint.log | tee ./pylint/pylint.log || pylint-exit $?