Skip to content
Snippets Groups Projects
Commit 8ac2a7ee authored by Rambaud Pierrick's avatar Rambaud Pierrick
Browse files

fix: missing dependency to run coverage test

parent dcb73854
Branches
No related tags found
No related merge requests found
...@@ -39,6 +39,7 @@ test = [ ...@@ -39,6 +39,7 @@ test = [
"flask-sqlalchemy >= 2.5.1", "flask-sqlalchemy >= 2.5.1",
"psycopg2 >= 2.9.3", "psycopg2 >= 2.9.3",
"pytest >= 7.4.3", "pytest >= 7.4.3",
"pytest-cov",
] ]
dev = [ dev = [
"nox", "nox",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment