From 2f3f168a6f8c8dc57aaedebdf3ebf0b6f0c862b9 Mon Sep 17 00:00:00 2001 From: mgs-sails Date: Tue, 13 Aug 2024 14:44:45 +0100 Subject: [PATCH] Removed unneccesary tool.tox config:c --- pyproject.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 64bb8ca35..6e0b7e08f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,13 +102,6 @@ python_files = "tests/*.py" [tool.tox] legacy_tox_ini = """ -[tox] -envlist = py39 - -[testenv] -deps = .[tests] -commands = pytest - [flake8] exclude = .git,