chore: update PyPy to 7.3.4 except on Windows (#666)

Co-authored-by: Yannick Jadoul <yannick.jadoul@belgacom.net>

Co-authored-by: Yannick Jadoul <yannick.jadoul@belgacom.net>
This commit is contained in:
Henry Schreiner
2021-05-11 21:23:53 -04:00
committed by GitHub
co-authored by Yannick Jadoul
parent a405608801
commit 63bb5e61f0
9 changed files with 5 additions and 76 deletions
-4
View File
@@ -66,10 +66,6 @@ class TestSpam(TestCase):
bits = struct.calcsize("P") * 8
if bits == 32:
self.assertEqual(platform.machine(), "i686")
def test_time_to_remove_the_pypy_venv_patch(self):
if sys.platform == "darwin":
assert not hasattr(sys, "pypy_version_info") or sys.pypy_version_info < (7,3,4)
'''