Skip to content

Commit

Permalink
Move pytest configuration to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi committed May 29, 2024
1 parent 20c294d commit 99faade
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,9 @@ lint.ignore = [
'UP015',
'UP032',
]

[tool.pytest.ini_options]
minversion = '6.0'
addopts = ['--doctest-glob=*.rst']
doctest_optionflags = ['ELLIPSIS', 'NORMALIZE_WHITESPACE']
testpaths = ['beangulp']
3 changes: 0 additions & 3 deletions pytest.ini

This file was deleted.

0 comments on commit 99faade

Please sign in to comment.