mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-05-02 11:27:41 +02:00
Pipfile: Add pytest-clarity to dev packages
This helps you understand the cryptic assertion error output from pytest. For some reason pytest-clarity is a pre-release package so we need to install it in pipenv with --pre.
This commit is contained in:
parent
5f2e3ff4bd
commit
8fb40d96b1
4
Pipfile
4
Pipfile
@ -7,6 +7,7 @@ verify_ssl = true
|
||||
pytest = "*"
|
||||
ipython = "*"
|
||||
flake8 = "*"
|
||||
pytest-clarity = "*"
|
||||
|
||||
[packages]
|
||||
pandas = "*"
|
||||
@ -19,3 +20,6 @@ csv-metadata-quality = {editable = true,path = "."}
|
||||
|
||||
[requires]
|
||||
python_version = "3.7"
|
||||
|
||||
[pipenv]
|
||||
allow_prereleases = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user