From b239199061e6273386b4a0e3e808ae2d5b965fbf Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Tue, 9 Feb 2021 21:55:43 +0100 Subject: [PATCH] release 2.2.1 --- CHANGELOG.rst | 9 +++++++++ changelog/623.bugfix.rst | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) delete mode 100644 changelog/623.bugfix.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7d38ef8..4e5bb6b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,12 @@ +pytest-xdist 2.2.1 (2021-02-09) +=============================== + +Bug Fixes +--------- + +- `#623 `_: Gracefully handle the pending deprecation of Node.fspath by using config.rootpath for topdir. + + pytest-xdist 2.2.0 (2020-12-14) =============================== diff --git a/changelog/623.bugfix.rst b/changelog/623.bugfix.rst deleted file mode 100644 index 13397f9..0000000 --- a/changelog/623.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Gracefully handle the pending deprecation of Node.fspath by using config.rootpath for topdir.