Making manylinux1 still the default for manylinux_i686 builds

This commit is contained in:
Yannick Jadoul
2019-10-16 00:35:20 +02:00
parent 1220fbbd4b
commit c6f1382813
6 changed files with 21 additions and 18 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ def test():
})
# also check that we got the right wheels built
expected_wheels = utils.expected_wheels('spam', '0.1.0', manylinux_versions={'manylinux1_x86_64', 'manylinux2010_x86_64', 'manylinux1_i686'})
expected_wheels = utils.expected_wheels('spam', '0.1.0')
actual_wheels = os.listdir('wheelhouse')
assert set(actual_wheels) == set(expected_wheels)