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:
@ -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"]
|
||||
|
Reference in New Issue
Block a user