From b4016229854c14aa606bd73569b895b291a5983b Mon Sep 17 00:00:00 2001 From: Sean Breckenridge Date: Fri, 27 Jan 2023 11:54:39 -0800 Subject: [PATCH] fix passenv tox configuration --- tox.ini | 50 +++++++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 23 deletions(-) diff --git a/tox.ini b/tox.ini index 99c6ee3..28cfcd8 100644 --- a/tox.ini +++ b/tox.ini @@ -7,9 +7,11 @@ toxworkdir={env:TOXWORKDIR_BASE:}{toxinidir}/.tox [testenv] passenv = # useful for tests to know they are running under ci - CI CI_* + CI + CI_* # respect user's cache dirs to prevent tox from crapping into project dir - MYPY_CACHE_DIR PYTHONPYCACHEPREFIX + MYPY_CACHE_DIR + PYTHONPYCACHEPREFIX # just the very core tests with minimal dependencies @@ -91,26 +93,26 @@ commands = commands = pip install -e .[testing,optional] - hpi module install --parallel \ - my.browser.export \ - my.orgmode \ - my.endomondo \ - my.github.ghexport \ - my.hypothesis \ - my.instapaper \ - my.pocket \ - my.reddit.rexport \ - my.reddit.pushshift \ - my.stackexchange.stexport \ - my.tinder.android \ - my.pinboard \ - my.arbtt \ - my.coding.commits \ - my.goodreads \ - my.pdfs \ - my.smscalls \ - my.location.gpslogger \ - my.location.via_ip \ + hpi module install --parallel \ + my.browser.export \ + my.orgmode \ + my.endomondo \ + my.github.ghexport \ + my.hypothesis \ + my.instapaper \ + my.pocket \ + my.reddit.rexport \ + my.reddit.pushshift \ + my.stackexchange.stexport \ + my.tinder.android \ + my.pinboard \ + my.arbtt \ + my.coding.commits \ + my.goodreads \ + my.pdfs \ + my.smscalls \ + my.location.gpslogger \ + my.location.fallback.via_ip \ my.google.takeout.parser # todo fuck. -p my.github isn't checking the subpackages?? wtf... @@ -132,7 +134,9 @@ commands = -p my.bluemaestro \ -p my.location.google \ -p my.location.google_takeout \ - -p my.location.via_ip \ + -p my.location.fallback.via_ip \ + -p my.location.fallback.via_home \ + -p my.location.fallback.common \ -p my.location.gpslogger \ -p my.ip.common \ -p my.time.tz.via_location \