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:
karlicoss 2023-11-19 17:49:16 +00:00
parent bde43d6a7a
commit 09e0f66892

View file

@ -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 \