Add pytest-xdist to global requirements

pytest was introduced in [1] as horizon requirements. Horizon
wants to speedup tests execution time now, so we need this
plugin to be included into requirements.

Is the library actively maintained?
According to GitHub [2] project has active community with
regular releases.

Is the library good code?
It has a good number of unit tests and uses black for code
formatting.

License: MIT

Is the library already packaged in the distros we target?
Yes, there are packages in Ubuntu and Fedora repositories.

Is the function of this library already covered by other
libraries in global-requirements.txt?
No.

Is the library required for OpenStack project or related
dev or infrastructure setup?
It's used only for tests.

[1] Idba192945ee8980b6ee2d49ce9651dbedb479609
[2] https://github.com/pytest-dev/pytest-xdist

Change-Id: I5e0e8e6a5af0f439a0b3e972d9a9ed07fcaaddcd
This commit is contained in:
Ivan Kolodyazhny 2020-05-22 14:26:39 +03:00
parent 3b26fe47a9
commit 9b1ba719b7
2 changed files with 2 additions and 0 deletions

View File

@ -208,6 +208,7 @@ PyMySQL # MIT License
pytest # MIT
pytest-django # BSD (3 clause)
pytest-html #MPL-2.0
pytest-xdist # MIT
pywbem # LGPLv2.1+
pywinrm # MIT
salt!=2019.2.1,!=2019.2.2;python_version!='3.8' # Apache-2.0

View File

@ -562,3 +562,4 @@ actdiag===2.0.0
sysv-ipc===1.0.1
sphinxcontrib-applehelp===1.0.2
scikit-learn===0.23.1
pytest-xdist===1.32.0