Skip to content

Commit 5458b98

Browse files
committed
chore: Temporarily silence distutils / packaging warnings
1 parent e7c53ca commit 5458b98

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.cfg

+5
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,8 @@ known_pytest = pytest,py
4949
known_first_party = libtmux
5050
sections = FUTURE,STDLIB,PYTEST,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
5151
line_length = 88
52+
53+
[tool:pytest]
54+
filterwarnings =
55+
ignore:.* Use packaging.version.*:DeprecationWarning::
56+

0 commit comments

Comments
 (0)