From 1886b0f5e9afc5654b66de101990b0856182cdc8 Mon Sep 17 00:00:00 2001 From: mpenning Date: Tue, 10 Oct 2023 06:49:23 -0500 Subject: [PATCH] Fix basepython issue --- tox.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8ff06af5..366ecf97 100644 --- a/tox.ini +++ b/tox.ini @@ -1,3 +1,7 @@ +[tool.pytest.ini_options] +testpaths = ["tests"] +console_output_style = "progress" + [tox] envlist = py312 @@ -14,7 +18,7 @@ envlist = #envtmpdir = {toxworkdir}/tmp/{envname} #constrain_package_deps = true #use_frozen_constraints = true -basepython=python +#basepython=python deps = -r{toxinidir}/requirements.txt setenv =