From 20895fda8925154142bbb401e01d7120ca56431e Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Tue, 7 May 2024 14:47:39 -0400 Subject: [PATCH] Update tox.ini --- tox.ini | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/tox.ini b/tox.ini index 85f521a..044bc22 100644 --- a/tox.ini +++ b/tox.ini @@ -2,8 +2,7 @@ requires = tox>=4 envlist = - py3{8,9,10,11,12}-{full,pre} - py38-min + py3{10,11,12} skip_missing_interpreters = true # Configuration that allows us to split tests across GitHub runners effectively @@ -13,17 +12,9 @@ python = 3.11: py311 3.12: py312 -[gh-actions:env] -DEPENDS = - min: min - full: full - pre: pre - [testenv] description = Pytest with coverage labels = test -pip_pre = - pre: true pass_env = # getpass.getuser() sources for Windows: LOGNAME