Skip to content

Commit 90f50d4

Browse files
author
Diptorup Deb
committed
Fix a typo in the pytest configuration.
1 parent 6cfc2a6 commit 90f50d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ omit = [
2727
[tool.pytest.ini.options]
2828
minversion = "6.0"
2929
norecursedirs= [
30-
".*", "*.egg*", "build", "dist", "conda.recipe",
30+
".*", "*.egg*", "build", "dist", "conda-recipe",
3131
]
3232
addopts = [
3333
"--junitxml=junit.xml",

0 commit comments

Comments
 (0)