Exemple #1
0
 def test_manylinux1_2(self):
     """
 Test that manylinux1 is disabled with incompatible glibc
 """
     assert not pep425tags.is_manylinux1_compatible()
Exemple #2
0
 def test_manylinux1_3(self):
     """
 Test that manylinux1 is disabled on arm6vl
 """
     assert not pep425tags.is_manylinux1_compatible()
Exemple #3
0
 def test_manylinux1_compatible_on_linux_i686(self):
     """
 Test that manylinux1 is enabled on linux_i686
 """
     assert pep425tags.is_manylinux1_compatible()