From b8e31d2ae096869d18adf48c7bd17d0dac3129b7 Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Mon, 15 Apr 2024 11:10:50 -0700 Subject: [PATCH] DEV: Rm xfails from pytest summary. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de570e34..c76d2192 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,6 +87,6 @@ numpydoc = [ [tool.pytest.ini_options] addopts = ''' ---showlocals --doctest-modules -ra --cov-report= --cov=numpydoc +--showlocals --doctest-modules --cov-report= --cov=numpydoc --junit-xml=junit-results.xml --ignore=doc/ --ignore=tools/''' junit_family = 'xunit2'