From dcc73c248a1b1eca748071b971acb1b7b0ea8bb1 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Sun, 15 Feb 2026 23:35:13 +0000 Subject: [PATCH] Remove commented gitlab-code-quality dep and use in CI --- .gitlab-ci.yml | 1 - pyproject.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f20d205..3a136e37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: diff --git a/pyproject.toml b/pyproject.toml index 6c8cdc58..5f52963b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",