fix passenv tox configuration

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

12
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
@ -110,7 +112,7 @@ commands =
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 \