diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b77f4e..5db0087 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index c196e02..852706e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",