Update pytest-xdist requirement from <2.5,>=2.2.1 to >=2.2.1,<2.6 (#1548)

Updates the requirements on [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases)
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v2.2.1...v2.5.0)

---
updated-dependencies:
- dependency-name: pytest-xdist
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1562/head
dependabot[bot] 2021-12-13 15:22:21 -08:00 zatwierdzone przez GitHub
rodzic a6ff123de5
commit 8b411a6b70
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -68,7 +68,7 @@ setup(
"docs": ["sphinx_rtd_theme", "sphinx-autobuild", "codespell"],
"test": [
"pytest>=5.2.2,<6.3.0",
"pytest-xdist>=2.2.1,<2.5",
"pytest-xdist>=2.2.1,<2.6",
"pytest-asyncio>=0.10,<0.17",
"beautifulsoup4>=4.8.1,<4.11.0",
"black==21.11b1",