Skip to content

Commit

Permalink
DEV: Rm xfails from pytest summary. (#540)
Browse files Browse the repository at this point in the history
Co-authored-by: Jarrod Millman <[email protected]>
  • Loading branch information
rossbar and jarrodmillman authored Apr 21, 2024
1 parent ef0a8b5 commit 01b4be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 01b4be7

Please sign in to comment.