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