diff --git a/tox-install-command b/tox-install-command index 201fb8c..d75f3f3 100644 --- a/tox-install-command +++ b/tox-install-command @@ -13,7 +13,7 @@ upload_time=$(curl https://pypi.org/pypi/anki/json \ | jq --arg v "$version" -r '.releases[$v][0].upload_time_iso_8601') cutoff_time=$(date --utc -d "$upload_time +1 hour" '+%Y-%m-%dT%H:%M:%S') -coproc SERVER { "$toxworkdir"/bin/python -um pypi_timemachine "$cutoff_time"; } +coproc SERVER { "$toxworkdir"/.tox/bin/python -um pypi_timemachine "$cutoff_time"; } index_url=$(print_first_group '(http\S+)' <&"${SERVER[0]}") python -m pip install --index-url "$index_url" "anki==$version" "$AQT==$version" diff --git a/tox.ini b/tox.ini index 015f09f..699b662 100644 --- a/tox.ini +++ b/tox.ini @@ -69,6 +69,7 @@ commands = setenv = DISABLE_QT5_COMPAT=1 + QTWEBENGINE_CHROMIUM_FLAGS=--no-sandbox !qt{5,6}: AQT=aqt qt5: AQT=aqt[qt5]