1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-02-28 04:28:46 +01:00

Remove pytest-clarity dependency

I think pytest itself has gotten much more readable over the years.
This commit is contained in:
Alan Orth 2025-01-31 10:10:33 +03:00
parent febea54f1b
commit 5400bcb19b
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,7 @@ fields
- Install requests-cache in main run() function instead of check.agrovoc() function so we only incur the overhead once
- Use py3langid instead of langid, see: [How to make language detection with langid.py faster](https://adrien.barbaresi.eu/blog/language-detection-langid-py-faster.html)
- Use uv instead of rye
- Remove pytest-clarity — I think pytest itself has gotten much better in the past few years
### Updated
- Python dependencies, including Pandas 2.0.0 and [Arrow-backed dtypes](https://datapythonista.me/blog/pandas-20-and-the-arrow-revolution-part-i)

View File

@ -47,7 +47,6 @@ build-backend = "hatchling.build"
[dependency-groups]
dev = [
"pytest~=8.3",
"pytest-clarity~=1.0",
"isort~=6.0",
"csvkit~=2.0",
"ipython~=8.26",