Skip to content

Commit 01b4be7

Browse files
DEV: Rm xfails from pytest summary. (#540)
Co-authored-by: Jarrod Millman <[email protected]>
1 parent ef0a8b5 commit 01b4be7

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
@@ -87,6 +87,6 @@ numpydoc = [
8787

8888
[tool.pytest.ini_options]
8989
addopts = '''
90-
--showlocals --doctest-modules -ra --cov-report= --cov=numpydoc
90+
--showlocals --doctest-modules --cov-report= --cov=numpydoc
9191
--junit-xml=junit-results.xml --ignore=doc/ --ignore=tools/'''
9292
junit_family = 'xunit2'

0 commit comments

Comments
 (0)