Skip to content

Commit

Permalink
Merge pull request #86 from Abjad/trevor/clean-up-pytest-ini
Browse files Browse the repository at this point in the history
Clean up pytest.ini
  • Loading branch information
trevorbaca authored Feb 9, 2025
2 parents 6851bd1 + 8a6ef78 commit ef18bf0
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
[pytest]
addopts =
--doctest-modules
doctest_optionflags =
ELLIPSIS
NORMALIZE_WHITESPACE
# the babel (cgi) and sphinx (imghdr) developers have to fix these;
# remove these ignore-filters are babel and sphinx update themselves:
filterwarnings =
ignore:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning
ignore:'imghdr' is deprecated and slated for removal in Python 3.13:DeprecationWarning
testpaths =
tests/
abjadext/
addopts = --doctest-modules
doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE
testpaths = tests abjadext

0 comments on commit ef18bf0

Please sign in to comment.