upgrade xdist to latest version
Signed-off-by: Serhy <sergii@status.im>
This commit is contained in:
parent
cb66886aab
commit
3042a4b696
|
@ -32,7 +32,7 @@ pyparsing==2.4.7
|
||||||
pysha3==1.0.2
|
pysha3==1.0.2
|
||||||
pytest==6.1.2
|
pytest==6.1.2
|
||||||
pytest-forked==1.3.0
|
pytest-forked==1.3.0
|
||||||
pytest-xdist==1.34.0
|
pytest-xdist==2.2.0
|
||||||
python-dateutil==2.8.1
|
python-dateutil==2.8.1
|
||||||
pytz==2020.4
|
pytz==2020.4
|
||||||
PyYAML==5.3.1
|
PyYAML==5.3.1
|
||||||
|
|
|
@ -137,7 +137,7 @@ def pytest_addoption(parser):
|
||||||
|
|
||||||
|
|
||||||
def is_master(config):
|
def is_master(config):
|
||||||
return not hasattr(config, 'slaveinput')
|
return not hasattr(config, 'workerinput')
|
||||||
|
|
||||||
|
|
||||||
def is_uploaded():
|
def is_uploaded():
|
||||||
|
|
Loading…
Reference in New Issue