https://github.com/python/cpython/issues/133210#issuecomment-3370872328
поправить
#cpython #tests
поправить
test_pydoc
с --without-docstrings
флагом.#cpython #tests
GitHub
Some tests fail when python is compiled with `--without-doc-strings` · Issue #133210 · python/cpython
Bug report Run ./configure --without-doc-strings --with-pydebug && make Run tests with ./python.exe -m test You will receive: 5 tests failed: test.test_inspect.test_inspect test.test_pydoc....
👌2
Сделать проверку корректности заливки
Нужно находить пакеты в опциональных группах.
https://github.com/typeshed-internal/stub_uploader/issues/190
#typing #stubtest_uploader #typeshed
types-*
пакетов из typeshed
.Нужно находить пакеты в опциональных группах.
https://github.com/typeshed-internal/stub_uploader/issues/190
#typing #stubtest_uploader #typeshed
GitHub
Support `[dependency-groups]` · Issue #190 · typeshed-internal/stub_uploader
Right now this check fails when a dependency is in a optional group: def verify_external_req_stubs_require_its_runtime( req: Requirement, upstream_distribution: str | None ) -> None: ""...
🍌1🎅1