Skip to content

Commit

Permalink
tox: disable --parallel flag in hpi module install
Browse files Browse the repository at this point in the history
It's been so flaky it ends up taking more time to merge stuff. See #306
  • Loading branch information
karlicoss committed Nov 19, 2023
1 parent bde43d6 commit 09e0f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 09e0f66

Please sign in to comment.