commit:     8ec9125e5aef92c86feaf521c7ddd0f27d71d5b7
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Mar 27 18:35:30 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Mar 27 18:35:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ec9125e

dev-python/schedule: remove pypy3

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/schedule/schedule-1.0.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/schedule/schedule-1.0.0.ebuild 
b/dev-python/schedule/schedule-1.0.0.ebuild
index e9121cbbd..2ddaa3244 100644
--- a/dev-python/schedule/schedule-1.0.0.ebuild
+++ b/dev-python/schedule/schedule-1.0.0.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+#pypy3 fails tests
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1
 

Reply via email to