fix passenv tox configuration

This commit is contained in:
Sean Breckenridge 2023-01-27 11:54:39 -08:00
parent 31981b8f34
commit b401622985

50
tox.ini
View file

@ -7,9 +7,11 @@ toxworkdir={env:TOXWORKDIR_BASE:}{toxinidir}/.tox
[testenv] [testenv]
passenv = passenv =
# useful for tests to know they are running under ci # 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 # 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 # just the very core tests with minimal dependencies
@ -91,26 +93,26 @@ commands =
commands = commands =
pip install -e .[testing,optional] pip install -e .[testing,optional]
hpi module install --parallel \ hpi module install --parallel \
my.browser.export \ my.browser.export \
my.orgmode \ my.orgmode \
my.endomondo \ my.endomondo \
my.github.ghexport \ my.github.ghexport \
my.hypothesis \ my.hypothesis \
my.instapaper \ my.instapaper \
my.pocket \ my.pocket \
my.reddit.rexport \ my.reddit.rexport \
my.reddit.pushshift \ my.reddit.pushshift \
my.stackexchange.stexport \ my.stackexchange.stexport \
my.tinder.android \ my.tinder.android \
my.pinboard \ my.pinboard \
my.arbtt \ my.arbtt \
my.coding.commits \ my.coding.commits \
my.goodreads \ my.goodreads \
my.pdfs \ my.pdfs \
my.smscalls \ my.smscalls \
my.location.gpslogger \ my.location.gpslogger \
my.location.via_ip \ my.location.fallback.via_ip \
my.google.takeout.parser my.google.takeout.parser
# todo fuck. -p my.github isn't checking the subpackages?? wtf... # todo fuck. -p my.github isn't checking the subpackages?? wtf...
@ -132,7 +134,9 @@ commands =
-p my.bluemaestro \ -p my.bluemaestro \
-p my.location.google \ -p my.location.google \
-p my.location.google_takeout \ -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.location.gpslogger \
-p my.ip.common \ -p my.ip.common \
-p my.time.tz.via_location \ -p my.time.tz.via_location \