Skip to content

Commit f6cc56d

Browse files
committed
Don't error on another warning about Distutils being imported before setuptools (not us).
Again only happens in CI.
1 parent 451133f commit f6cc56d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ filterwarnings =
238238
always:The frontend.Option class will be removed in Docutils:DeprecationWarning
239239
once:Argument "reader_name" will be removed in Docutils 2.0.:PendingDeprecationWarning
240240
always:Distutils was imported before Setuptools:UserWarning
241+
always:Setuptools is replacing distutils.:UserWarning
241242
242243
[testenv]
243244
setenv =

0 commit comments

Comments
 (0)