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: script:
- pytest - pytest
- mv .coverage .coverage.main - mv .coverage .coverage.main
# --gitlab-code-quality-report=pytest-warnings.json # can restore when it installs ok
artifacts: artifacts:
when: always when: always
paths: paths:

View file

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