fix passenv tox configuration
This commit is contained in:
parent
31981b8f34
commit
b401622985
1 changed files with 27 additions and 23 deletions
50
tox.ini
50
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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue