Skip to content

Commit f2e83fc

Browse files
committed
Fixed bdist_wheel import test
1 parent c8f1f09 commit f2e83fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_bdist_wheel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33

44
def test_import_bdist_wheel() -> None:
5-
with pytest.warns(DeprecationWarning, match="module has been removed"):
5+
with pytest.warns(FutureWarning, match="no longer the canonical location"):
66
from wheel.bdist_wheel import bdist_wheel # noqa: F401

0 commit comments

Comments
 (0)