Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mccabe/
Date: Sat, 20 Feb 2016 02:30:14
Message-Id: 1455913305.c14ae8bc47cda1bdf856005e6632af6cfad9db6c.idella4@gentoo
1 commit: c14ae8bc47cda1bdf856005e6632af6cfad9db6c
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 19 20:00:22 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 19 20:21:45 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c14ae8bc
7
8 dev-python/mccabe: enable tests
9
10 Testsuite succeeds at least on Python 2.7 and 3.4.
11
12 Package-Manager: portage-2.2.27
13
14 dev-python/mccabe/mccabe-0.4.0.ebuild | 2 --
15 1 file changed, 2 deletions(-)
16
17 diff --git a/dev-python/mccabe/mccabe-0.4.0.ebuild b/dev-python/mccabe/mccabe-0.4.0.ebuild
18 index f3b8516..035d0cc 100644
19 --- a/dev-python/mccabe/mccabe-0.4.0.ebuild
20 +++ b/dev-python/mccabe/mccabe-0.4.0.ebuild
21 @@ -6,8 +6,6 @@ EAPI=5
22
23 PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
24
25 -RESTRICT="test"
26 -
27 inherit distutils-r1
28
29 DESCRIPTION="flake8 plugin: McCabe complexity checker"