From 0aae1e7ade2545014c0f1d63fb9fb440a5713483 Mon Sep 17 00:00:00 2001 From: Mike Date: Fri, 23 Jun 2023 12:24:41 +1200 Subject: [PATCH] Hatched --- pyproject.toml | 4 ++-- requirements.txt | 7 +------ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cd12210..c57cc8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ content-type = "text/markdown" Homepage = "https://github.com/OCHA-DAP/hdx-python-country" [project.optional-dependencies] -test = ["pytest", "pytest-cov", "pytest-loguru"] +test = ["pytest", "pytest-cov"] dev = ["pre-commit"] @@ -76,7 +76,7 @@ version_scheme = "python-simplified-semver" # Tests [tool.hatch.envs.test] -features = ["html", "email", "test"] +features = ["test"] [tool.hatch.envs.test.scripts] test = """ diff --git a/requirements.txt b/requirements.txt index c0bbe1d..b1d1a66 100755 --- a/requirements.txt +++ b/requirements.txt @@ -62,9 +62,7 @@ jsonschema==4.17.3 libhxl==5.0.1 # via hdx-python-country (pyproject.toml) loguru==0.7.0 - # via - # hdx-python-utilities - # pytest-loguru + # via hdx-python-utilities markdown-it-py==3.0.0 # via rich marko==2.0.0 @@ -104,11 +102,8 @@ pytest==7.3.2 # hdx-python-country (pyproject.toml) # libhxl # pytest-cov - # pytest-loguru pytest-cov==4.1.0 # via hdx-python-country (pyproject.toml) -pytest-loguru==0.2.0 - # via hdx-python-country (pyproject.toml) python-dateutil==2.8.2 # via # frictionless