We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f43de6 + f2e83fc commit 6cec618Copy full SHA for 6cec618
tests/test_bdist_wheel.py
@@ -2,5 +2,5 @@
2
3
4
def test_import_bdist_wheel() -> None:
5
- with pytest.warns(DeprecationWarning, match="module has been removed"):
+ with pytest.warns(FutureWarning, match="no longer the canonical location"):
6
from wheel.bdist_wheel import bdist_wheel # noqa: F401
0 commit comments