Skip to content

Commit e8afceb

Browse files
committed
TST: remove redundant and flaky test
Looking for the string 'any' in the wheel filenames triggers when the platform tag contains the string 'manylinux'. The ABI and platform tags are anyhow verified a few lines above.
1 parent ef67e0e commit e8afceb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/test_wheel.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,6 @@ def test_scipy_like(wheel_scipy_like):
108108
assert name.group('abi') == INTERPRETER_TAG
109109
assert name.group('plat') == PLATFORM_TAG
110110

111-
# Extra checks to doubly-ensure that there are no issues with erroneously
112-
# considering a package with an extension module as pure
113-
assert 'none' not in wheel_filename(artifact)
114-
assert 'any' not in wheel_filename(artifact)
115-
116111

117112
@pytest.mark.skipif(platform.system() != 'Linux', reason='Needs library vendoring, only implemented in POSIX')
118113
def test_contents(package_library, wheel_library):

0 commit comments

Comments
 (0)