diff options
Diffstat (limited to 'src/pkgcheck/checks/python.py')
-rw-r--r-- | src/pkgcheck/checks/python.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkgcheck/checks/python.py b/src/pkgcheck/checks/python.py index bb4825e2..918b5d5b 100644 --- a/src/pkgcheck/checks/python.py +++ b/src/pkgcheck/checks/python.py @@ -20,7 +20,6 @@ ECLASSES = frozenset(['python-r1', 'python-single-r1', 'python-any-r1']) # NB: dev-java/jython omitted as not supported by the eclasses atm INTERPRETERS = frozenset([ 'dev-lang/python', - 'dev-python/pypy', 'dev-python/pypy3', ]) |