Disable pytest code quality report

Code quality report plugin clashes with the version of pytest specced in labthings.

If we resolve this upstream, we can re-enable it.
This commit is contained in:
Richard Bowman 2024-12-03 14:19:36 +00:00
parent c3cd30b642
commit 1d59cddac1
2 changed files with 6 additions and 5 deletions

View file

@ -32,7 +32,7 @@ dev = [
"ruff",
"mypy[reports]",
"mypy-gitlab-code-quality",
"pytest-gitlab-code-quality",
# "pytest-gitlab-code-quality", # pytest version constraint clashes with labthings
"pytest",
]
pi = [