We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3adc4b1 commit 2565fb8Copy full SHA for 2565fb8
1 file changed
pyproject.toml
@@ -89,6 +89,7 @@ dependencies = [
89
'obstore @ git+https://github.com/developmentseed/obstore@main#subdirectory=obstore',
90
'obspec @ git+https://github.com/developmentseed/obspec',
91
]
92
+features = ["test"]
93
94
[tool.hatch.envs.upstream.scripts]
95
run-coverage = "pytest --cov-config=pyproject.toml --cov=pkg --cov-report xml --cov=src --junitxml=junit.xml -o junit_family=legacy"
0 commit comments