/
niceSOFT
/
python3-wheel
Обзор
Документация
Войти
/
niceSOFT
/
python3-wheel
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/test_bdist_wheel.py
6 строк
199 B
Alex Grönholm
Fixed bdist_wheel import test
04 май 2025, 15:20
04 май 2025, 15:20
f2e83fc
Код
Авторство
О чём код?
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