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.
1 parent c8f1f09 commit f2e83fcCopy full SHA for f2e83fc
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