commit:     1a0df634bf9ae6db13e1d2fd1665c6219445ee84
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  7 16:45:05 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug  7 16:50:42 2021 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=1a0df634

ci: Test using the newest version of PyPy3.7

Do not bind to old version of PyPy3.7, also fix actually running tests
via CI.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .github/workflows/ci.yml | 2 +-
 tox.ini                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ec2091810..a8466e0f1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
         - '3.8'
         - '3.9'
         - '3.10.0-alpha - 3.10.0'
-        - 'pypy-3.7-v7.3.3'
+        - 'pypy-3.7'
 
     steps:
     - uses: actions/checkout@v2

diff --git a/tox.ini b/tox.ini
index b0cfa7da3..ce43cc7fe 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ python =
     3.8: py38
     3.9: py39
     3.10: py310
-    pypy-3.7-v7.3.3: pypy3
+    pypy-3: pypy3
 
 [testenv]
 deps =

Reply via email to