Files
openwrt_yocto/poky/bitbake/lib/toaster/tox.ini
T
francis.wang 4c86c082a2 Initial commit: OpenWrt-Yocto monorepo
Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and
meta-openwrt into a single repository.

Components:
- poky/             Yocto core framework (BitBake + OE-Core)
- meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking)
- meta-openwrt/     OpenWrt customization layer
- setup-env.sh      One-click build environment setup
- README.md         Project documentation
2026-07-11 13:28:01 +08:00

24 lines
675 B
INI

[tox]
envlist = py38, py39, py310, py311, py312
skipsdist = True
toxworkdir = {env:TOX_WORKDIR:.tox}
passenv = *
[testenv]
passenv =
SSTATE_DIR
DL_DIR
TOASTER_DJANGO_TMPDIR
setenv =
DJANGO_SETTINGS_MODULE=toastermain.settings_test
TOASTER_BUILDSERVER=1
BUILDDIR = {env:BUILDDIR}
EVENTREPLAY_DIR = {env:EVENTREPLAY_DIR:BUILDDIR}
commands =
python3 {toxinidir}/manage.py test tests.db tests.commands tests.builds tests.browser tests.functional tests.views
deps =
-r {toxinidir}/../../toaster-requirements.txt
-r {toxinidir}/tests/toaster-tests-requirements.txt
[testenv:chrome]
commands={[testenv]commands} --splinter-webdriver=chrome