From a7425be3a8d11c24656445dfb66cb4a80ea0a125 Mon Sep 17 00:00:00 2001 From: Dmitry Meyer Date: Tue, 16 Apr 2024 08:36:55 +0000 Subject: [PATCH] test: use any Python available in lint tox env --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3bbcac9..f18f12e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,6 @@ commands = pytest {posargs} [testenv:test-ci] [testenv:lint] -basepython = python3.8 skip_install = true deps = flake8