More test updates

This commit is contained in:
Matthew Treinish
2020-02-20 17:29:28 -05:00
parent 43c45b6011
commit 90da096b14
2 changed files with 10 additions and 1 deletions
+3 -1
View File
@@ -1,4 +1,5 @@
import os
import platform
import pytest
@@ -8,7 +9,8 @@ import utils
def test():
project_dir = os.path.dirname(__file__)
if utils.platform != 'linux':
if utils.platform != 'linux' or platform.machine() not in ['x86_64',
'i686']:
pytest.skip('the test is only relevant to the linux build')
actual_wheels = utils.cibuildwheel_run(project_dir, add_env={