Skip to content

Commit

Permalink
Suppress deprecation warning about stdlib distutils being deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 1, 2024
1 parent dd0afc8 commit de24b1c
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 @@ -92,3 +92,6 @@ filterwarnings=

# Ignore warnings about consider_namespace_packages (jaraco/skeleton@6ff02e0eefcd)
ignore:Unknown config option. consider_namespace_packages:pytest.PytestConfigWarning

# Ignore warnings about deprecated stdlib distutils
ignore:Reliance on distutils from stdlib is deprecated

0 comments on commit de24b1c

Please sign in to comment.