Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoolkit:master commit in: /
Date: Fri, 24 Apr 2020 08:06:14
Message-Id: 1587714541.112ba2f23bfaea56c4376ae22e24508b4a0ebd9e.mgorny@gentoo
1 commit: 112ba2f23bfaea56c4376ae22e24508b4a0ebd9e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 24 07:48:53 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 24 07:49:01 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=112ba2f2
7
8 Disable testing on py27
9
10 sys-apps/portage is no longer installed for py27, and the tests use
11 global installation.
12
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 tox.ini | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/tox.ini b/tox.ini
19 index 610e506..dcaedad 100644
20 --- a/tox.ini
21 +++ b/tox.ini
22 @@ -1,5 +1,5 @@
23 [tox]
24 -envlist = py27,py36,py37,py38,pypy3,flake8
25 +envlist = py36,py37,py38,pypy3,flake8
26 skip_missing_interpreters = True
27
28 [testenv]