diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-02-19 23:00:22 +0300 |
---|---|---|
committer | Ilya Tumaykin <itumaykin@gmail.com> | 2016-02-19 23:21:45 +0300 |
commit | c14ae8bc47cda1bdf856005e6632af6cfad9db6c (patch) | |
tree | ad9445049b2f64a1127b9c2851c31cf0a719e843 /dev-python/mccabe | |
parent | dev-python/mccabe: use py.test to run tests (diff) | |
download | gentoo-c14ae8bc47cda1bdf856005e6632af6cfad9db6c.tar.gz gentoo-c14ae8bc47cda1bdf856005e6632af6cfad9db6c.tar.bz2 gentoo-c14ae8bc47cda1bdf856005e6632af6cfad9db6c.zip |
dev-python/mccabe: enable tests
Testsuite succeeds at least on Python 2.7 and 3.4.
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-python/mccabe')
-rw-r--r-- | dev-python/mccabe/mccabe-0.4.0.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dev-python/mccabe/mccabe-0.4.0.ebuild b/dev-python/mccabe/mccabe-0.4.0.ebuild index f3b8516aac99..035d0cc667ad 100644 --- a/dev-python/mccabe/mccabe-0.4.0.ebuild +++ b/dev-python/mccabe/mccabe-0.4.0.ebuild @@ -6,8 +6,6 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) -RESTRICT="test" - inherit distutils-r1 DESCRIPTION="flake8 plugin: McCabe complexity checker" |