From 786255613bd92f87c9c8f066c4271aab1b9eeaad Mon Sep 17 00:00:00 2001 From: Miloslav Pojman Date: Thu, 21 Jul 2022 01:13:36 +0200 Subject: [PATCH] Remove Python 2 mention from tox (#6200) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5e8fe3cccb..f74dc42ddf 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ init: pip install -r requirements-dev.txt test: - # This runs all of the tests, on both Python 2 and Python 3. + # This runs all of the tests on all supported Python versions. tox -p ci: pytest tests --junitxml=report.xml