tox: disable --parallel flag in hpi module install
It's been so flaky it ends up taking more time to merge stuff. See https://github.com/karlicoss/HPI/issues/306
This commit is contained in:
parent
bde43d6a7a
commit
09e0f66892
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -134,7 +134,7 @@ commands =
|
|||
commands =
|
||||
{envpython} -m pip install --use-pep517 -e .[testing,optional]
|
||||
|
||||
{envpython} -m my.core module install --parallel \
|
||||
{envpython} -m my.core module install \
|
||||
my.arbtt \
|
||||
my.browser.export \
|
||||
my.coding.commits \
|
||||
|
|
Loading…
Add table
Reference in a new issue