Skip to content

Commit

Permalink
Hatched
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Jun 23, 2023
1 parent 357968c commit 0aae1e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]


Expand Down Expand Up @@ -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 = """
Expand Down
7 changes: 1 addition & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0aae1e7

Please sign in to comment.