Skip to content

Commit 0ea1f02

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 6428676 commit 0ea1f02

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/test_wheel.py

-5
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,6 @@ def test_scipy_like(wheel_scipy_like):
9191
assert name.group('abi') == INTERPRETER_TAG
9292
assert name.group('plat') == PLATFORM_TAG
9393

94-
# Extra checks to doubly-ensure that there are no issues with erroneously
95-
# considering a package with an extension module as pure
96-
assert 'none' not in wheel_filename(artifact)
97-
assert 'any' not in wheel_filename(artifact)
98-
9994

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

0 commit comments

Comments
 (0)