From 234990df1cfeeb3e36e18438b490309a92e4cc2e Mon Sep 17 00:00:00 2001 From: colinahill Date: Tue, 23 Apr 2024 16:24:29 -0700 Subject: [PATCH] update pytest config --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5656c5f..7a3ea8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md" @@ -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"]