Merge pull request #627 from pytest-dev/release-2.2.1

release 2.2.1
This commit is contained in:
Ronny Pfannschmidt
2021-02-09 22:11:18 +01:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
pytest-xdist 2.2.1 (2021-02-09)
===============================
Bug Fixes
---------
- `#623 <https://github.com/pytest-dev/pytest-xdist/issues/623>`_: Gracefully handle the pending deprecation of Node.fspath by using config.rootpath for topdir.
pytest-xdist 2.2.0 (2020-12-14)
===============================

View File

@@ -1 +0,0 @@
Gracefully handle the pending deprecation of Node.fspath by using config.rootpath for topdir.