From 90f50d4bd5a093035c255d51b438fbcc8a5b2119 Mon Sep 17 00:00:00 2001 From: Diptorup Deb Date: Wed, 2 Jun 2021 10:34:59 -0500 Subject: [PATCH] Fix a typo in the pytest configuration. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d79a1dc21..fc41334816 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ omit = [ [tool.pytest.ini.options] minversion = "6.0" norecursedirs= [ - ".*", "*.egg*", "build", "dist", "conda.recipe", + ".*", "*.egg*", "build", "dist", "conda-recipe", ] addopts = [ "--junitxml=junit.xml",