Skip to content

Commit

Permalink
MAINT: restore test markers
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Dec 12, 2023
1 parent 8eb15f3 commit 5b4e244
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ ignore = [


[tool.pytest.ini_options]
markers = [
"requires_tex: mark a test which requires a TeX installation",
"requires_chrome: mark a test which requires a chrome/chromium browser"
]
filterwarnings = [
"error",
'ignore:nodes.Node.traverse() is obsoleted by Node.findall():PendingDeprecationWarning',
Expand Down

0 comments on commit 5b4e244

Please sign in to comment.