Skip to content

Commit f777a40

Browse files
committed
Suppress deprecation warning in --rsyncdir. Workaround for #3655.
1 parent 9635115 commit f777a40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,6 @@ filterwarnings=
6464

6565
ignore:Support for .* in .pyproject.toml. is still .beta.
6666
ignore::setuptools.command.editable_wheel.InformationOnly
67+
68+
# https://github.com/pypa/setuptools/issues/3655
69+
ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning

0 commit comments

Comments
 (0)