Add pytest and pytest-xdist to the requirements, needed for unit tests
This commit is contained in:
@@ -14,6 +14,8 @@ setuptools.setup(
|
||||
packages=setuptools.find_packages(),
|
||||
install_requires=[
|
||||
'flake8~=3.8',
|
||||
'pytest~=6.0',
|
||||
'pytest-xdist~=1.34',
|
||||
],
|
||||
dependency_links=[
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user