Skip to content

Commit

Permalink
Merge pull request #2664 from hroncok/patch-1
Browse files Browse the repository at this point in the history
Relax the distutils deprecation regex
  • Loading branch information
jaraco committed May 4, 2021
2 parents 56b4383 + 2cb6054 commit 6fcad30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _distutils_hack/__init__.py
Expand Up @@ -9,7 +9,7 @@


warnings.filterwarnings('ignore',
'.+ distutils .+ deprecated',
r'.+ distutils\b.+ deprecated',
DeprecationWarning)


Expand Down
1 change: 1 addition & 0 deletions changelog.d/2664.misc.rst
@@ -0,0 +1 @@
Relax the deprecation message in the distutils hack.

0 comments on commit 6fcad30

Please sign in to comment.