Skip to content

Commit

Permalink
Relax the distutils deprecation regex
Browse files Browse the repository at this point in the history
There is new message:

> The distutils.sysconfig module is deprecated, use sysconfig instead
  • Loading branch information
hroncok committed May 4, 2021
1 parent be0f7f5 commit 50130c5
Showing 1 changed file with 1 addition 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

0 comments on commit 50130c5

Please sign in to comment.