Skip to content

Commit 99d0b10

Browse files
committed
disable python-xdist for now
1 parent 57d9b7c commit 99d0b10

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tools/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
test=pytest
33

44
[tool:pytest]
5-
addopts = -vv --color=yes --numprocesses=auto
5+
addopts = -vv --color=yes
66
testpaths = src/test/python

tools/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def readme():
4545
tests_require=[
4646
'pytest',
4747
'GitPython',
48-
'pytest-xdist',
4948
'mockito>=1.3.3',
5049
'pytest-mockito',
5150
],

0 commit comments

Comments
 (0)