Skip to content

Commit

Permalink
Suppress warnings in deprecated msvc compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 16, 2022
1 parent c802880 commit 9c4dc49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ filterwarnings=
# ignore spurious and unactionable warnings
ignore:The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later.:DeprecationWarning:
ignore: The frontend.Option class will be removed in Docutils 0.21 or later.:DeprecationWarning:

# suppress warnings in deprecated msvc compilers
ignore:msvc9?compiler is deprecated

0 comments on commit 9c4dc49

Please sign in to comment.