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:
parent
c3cd30b642
commit
1d59cddac1
2 changed files with 6 additions and 5 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue