We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d9b7c commit 99d0b10Copy full SHA for 99d0b10
tools/setup.cfg
@@ -2,5 +2,5 @@
2
test=pytest
3
4
[tool:pytest]
5
-addopts = -vv --color=yes --numprocesses=auto
+addopts = -vv --color=yes
6
testpaths = src/test/python
tools/setup.py
@@ -45,7 +45,6 @@ def readme():
45
tests_require=[
46
'pytest',
47
'GitPython',
48
- 'pytest-xdist',
49
'mockito>=1.3.3',
50
'pytest-mockito',
51
],
0 commit comments