fix: exclude pypy build that's failing

Signed-off-by: heitorlessa <lessa@amazon.co.uk>
This commit is contained in:
heitorlessa
2020-06-01 08:58:24 +01:00
parent d41cf65173
commit a15a5f1c0f
+1 -1
View File
@@ -42,7 +42,7 @@ def test_poetry_package(tmp_path):
# however, one of poetry deps require cryptography
# which fails to build in outdated pip versions
# more info: https://github.com/pyca/cryptography/issues/5101
skip_outdated_pip_images_env = {'CIBW_SKIP': 'cp27-* *-win32 *-manylinux_i686'}
skip_outdated_pip_images_env = {'CIBW_SKIP': 'cp27-* *-win32 *-manylinux_i686 pp*'}
# WHEN we attempt to build wheels for multiple platforms
# for dummy_package package