- Properly define pytest as an extra dependency
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@
|
||||
/.idea/
|
||||
/tiffwrite.egg-info/
|
||||
/.pytest_cache/
|
||||
/venv/
|
||||
|
||||
@@ -20,9 +20,10 @@ numpy = "*"
|
||||
tqdm = "*"
|
||||
colorcet = "*"
|
||||
matplotlib = "*"
|
||||
pytest = { version = "*", optional = true }
|
||||
|
||||
[tool.poetry.group.test.dependencies]
|
||||
pytest = "*"
|
||||
[tool.poetry.extras]
|
||||
test = ["pytest"]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
||||
Reference in New Issue
Block a user