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 d70dbb2c..5f52963b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,9 +35,8 @@ dependencies = [ [project.optional-dependencies] dev = [ - "ruff~=0.13.0", + "ruff~=0.15.1", "mypy[reports]", -# "pytest-gitlab-code-quality", # pytest version constraint clashes with labthings "pytest", "pytest-cov", "pytest-mock==3.14",