Remove commented gitlab-code-quality dep and use in CI

This commit is contained in:
Julian Stirling 2026-02-15 23:35:13 +00:00
parent e5acda7cc7
commit dcc73c248a
2 changed files with 0 additions and 2 deletions

View file

@ -118,7 +118,6 @@ pytest:
script:
- pytest
- mv .coverage .coverage.main
# --gitlab-code-quality-report=pytest-warnings.json # can restore when it installs ok
artifacts:
when: always
paths:

View file

@ -37,7 +37,6 @@ dependencies = [
dev = [
"ruff~=0.15.1",
"mypy[reports]",
# "pytest-gitlab-code-quality", # pytest version constraint clashes with labthings
"pytest",
"pytest-cov",
"pytest-mock==3.14",