Skip to content

Commit 7517181

Browse files
committed
ci(pytest): Ignore distutils version warning for now
1 parent fdfb854 commit 7517181

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ ignore = E111,
4242

4343
[tool:pytest]
4444
addopts = --reruns=0
45+
filterwarnings =
46+
ignore:distutils Version classes are deprecated. Use packaging.version instead.
4547

4648
[isort]
4749
combine_as_imports= true

0 commit comments

Comments
 (0)