rename test poe scripts

add passenv = * to [testenv]
This commit is contained in:
2025-01-25 02:00:54 +00:00
parent 1742ff839e
commit c9c365ac54
3 changed files with 10 additions and 15 deletions

View File

@@ -30,10 +30,10 @@ build-backend = "poetry.core.masonry.api"
gui.script = "scripts:ex_gui"
obs.script = "scripts:ex_obs"
observer.script = "scripts:ex_observer"
basic.script = "scripts:test_basic"
banana.script = "scripts:test_banana"
potato.script = "scripts:test_potato"
all.script = "scripts:test_all"
test_basic.script = "scripts:test_basic"
test_banana.script = "scripts:test_banana"
test_potato.script = "scripts:test_potato"
test_all.script = "scripts:test_all"
[tool.tox]
legacy_tox_ini = """
@@ -41,6 +41,7 @@ legacy_tox_ini = """
envlist = py310,py311,py312
[testenv]
passenv = *
setenv = VIRTUALENV_DISCOVERY=pyenv
allowlist_externals = poetry
commands =