From 1ee7d5c5c632fc67aef562598fc50947ffb05d74 Mon Sep 17 00:00:00 2001 From: Daniel Matthews <58484522+uruwhy@users.noreply.github.com> Date: Mon, 29 Sep 2025 08:51:50 -0400 Subject: [PATCH 1/3] remove python 3.9 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 863e00242..3ca75dc04 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ [tox] skipsdist = True envlist = - py{39,310,311,312} + py{310,311,312} style coverage safety From 5839465e34f66168c1452cd146839fd25621a7c7 Mon Sep 17 00:00:00 2001 From: Daniel Matthews <58484522+uruwhy@users.noreply.github.com> Date: Tue, 7 Oct 2025 10:06:04 -0400 Subject: [PATCH 2/3] check verbose output --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3ca75dc04..862605d2b 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,7 @@ deps = allowlist_externals = mkdir commands = mkdir -p plugins/magma/dist/assets - coverage run -p -m pytest --tb=short --asyncio-mode=auto tests + coverage run -p -m pytest --tb=short --asyncio-mode=auto tests -v [testenv:style] deps = pre-commit From f94cea902483ff6dbbe94b6d6d515c47eb4ff6c2 Mon Sep 17 00:00:00 2001 From: Daniel Matthews <58484522+uruwhy@users.noreply.github.com> Date: Tue, 7 Oct 2025 13:09:26 -0400 Subject: [PATCH 3/3] increase verbosity --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 862605d2b..1018ca162 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,7 @@ deps = allowlist_externals = mkdir commands = mkdir -p plugins/magma/dist/assets - coverage run -p -m pytest --tb=short --asyncio-mode=auto tests -v + coverage run -p -m pytest --tb=short --asyncio-mode=auto tests -vv [testenv:style] deps = pre-commit