File: test_bdist_wheel.py

package info (click to toggle)
wheel 0.46.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 448 kB
  • sloc: python: 2,503; makefile: 141; sh: 23
file content (6 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
import pytest


def test_import_bdist_wheel() -> None:
    with pytest.warns(FutureWarning, match="no longer the canonical location"):
        from wheel.bdist_wheel import bdist_wheel  # noqa: F401