We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c53ca commit 5458b98Copy full SHA for 5458b98
setup.cfg
@@ -49,3 +49,8 @@ known_pytest = pytest,py
49
known_first_party = libtmux
50
sections = FUTURE,STDLIB,PYTEST,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
51
line_length = 88
52
+
53
+[tool:pytest]
54
+filterwarnings =
55
+ ignore:.* Use packaging.version.*:DeprecationWarning::
56
0 commit comments