Skip to content

Commit bee83ce

Browse files
committed
manylinux2014 now uses devtoolset-9
1 parent af13871 commit bee83ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration/test_manylinux.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
DEVTOOLSET = {
4040
'manylinux1': 'devtoolset-2',
4141
'manylinux2010': 'devtoolset-8',
42-
'manylinux2014': 'devtoolset-8',
42+
'manylinux2014': 'devtoolset-9',
4343
}
4444
PATH_DIRS = [
4545
'/opt/python/{}/bin'.format(PYTHON_ABI),
@@ -182,7 +182,6 @@ def any_manylinux_container(any_manylinux_img, io_folder):
182182
yield '{}_{}'.format(policy, PLATFORM), container
183183

184184

185-
@pytest.mark.xfail(condition=(PLATFORM == 'aarch64'), reason='numpy build fails on aarch64', strict=True)
186185
def test_build_repair_numpy(any_manylinux_container, docker_python, io_folder):
187186
# Integration test: repair numpy built from scratch
188187

0 commit comments

Comments
 (0)