1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-06-23 08:28:26 +02:00

Remove pytest-clarity

It is missing a six dependency which causes the build to fail. I
could simply add six to the virtualenv but it feels dirty. I don't
actually *need* pytest-clarity for anything so I'll just remove it.

See: https://github.com/darrenburns/pytest-clarity/issues/14
This commit is contained in:
2020-12-14 22:05:03 +02:00
parent dc683f2d1c
commit 2b067050ff
2 changed files with 1 additions and 28 deletions

View File

@ -18,7 +18,6 @@ flake8 = "^3.8.4"
pytest = "^6.1.1"
isort = "^5.5.4"
black = "^20.8b1"
pytest-clarity = "^0.3.0-alpha.0"
[build-system]
requires = ["poetry>=0.12"]