Skip to content

Commit

Permalink
update pytest config
Browse files Browse the repository at this point in the history
  • Loading branch information
colinahill committed Apr 23, 2024
1 parent 0513186 commit 234990d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "terrapyn"
version = "0.1.2"
version = "0.1.4"
description="Toolkit to manipulate Earth observations and models."
authors = ["colinahill <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -54,7 +54,7 @@ profile = 'black'

[tool.pytest.ini_options]
# Ignore earth engine directory 'ee'
addopts = "--doctest-modules --cov=terrapyn --cov-branch --cov-report term-missing -vv --color=yes --ignore=ee"
addopts = "--doctest-modules --cov=terrapyn --cov-branch --cov-report term-missing -vv --color=yes --ignore=terrapyn/ee"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 234990d

Please sign in to comment.