Skip to content

Commit 6fcad30

Browse files
authored
Merge pull request #2664 from hroncok/patch-1
Relax the distutils deprecation regex
2 parents 56b4383 + 2cb6054 commit 6fcad30

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_distutils_hack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
warnings.filterwarnings('ignore',
12-
'.+ distutils .+ deprecated',
12+
r'.+ distutils\b.+ deprecated',
1313
DeprecationWarning)
1414

1515

changelog.d/2664.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Relax the deprecation message in the distutils hack.

0 commit comments

Comments
 (0)