From f777a40ed9abf529906c2939f80a184a5ed035fa Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 29 Oct 2022 10:48:10 -0400 Subject: [PATCH] Suppress deprecation warning in --rsyncdir. Workaround for #3655. --- pytest.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pytest.ini b/pytest.ini index 50a7971b71..9d326e54c7 100644 --- a/pytest.ini +++ b/pytest.ini @@ -64,3 +64,6 @@ filterwarnings= ignore:Support for .* in .pyproject.toml. is still .beta. ignore::setuptools.command.editable_wheel.InformationOnly + + # https://github.com/pypa/setuptools/issues/3655 + ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning