Trying out PyPy 7.3.0rc1 on macOS and Windows

This commit is contained in:
Yannick Jadoul
2020-02-15 23:24:51 +01:00
parent 186e09d543
commit e80f7f4774
5 changed files with 13 additions and 25 deletions
+1 -1
View File
@@ -19,5 +19,5 @@ def test():
# also check that we got the right wheels built
expected_wheels = [w for w in utils.expected_wheels('spam', '0.1.0')
if 'pypy' not in w]
if '-pp' not in w]
assert set(actual_wheels) == set(expected_wheels)