From bd23c2460f00129fa0ace7151c8ae18c0a70d5ad Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 24 Oct 2022 13:27:14 -0300 Subject: [PATCH] Fix changelog fragments --- changelog/825.deprecation.rst | 3 +++ changelog/826.deprecation.rst | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 changelog/825.deprecation.rst diff --git a/changelog/825.deprecation.rst b/changelog/825.deprecation.rst new file mode 100644 index 0000000..46ce0e7 --- /dev/null +++ b/changelog/825.deprecation.rst @@ -0,0 +1,3 @@ +The ``--rsyncdir`` command line argument and ``rsyncdirs`` config variable are deprecated. + +The rsync feature will be removed in pytest-xdist 4.0. diff --git a/changelog/826.deprecation.rst b/changelog/826.deprecation.rst index e69de29..8ca1a2f 100644 --- a/changelog/826.deprecation.rst +++ b/changelog/826.deprecation.rst @@ -0,0 +1,3 @@ +The ``--looponfail`` command line argument and ``looponfailroots`` config variable are deprecated. + +The loop-on-fail feature will be removed in pytest-xdist 4.0.