Hugo van Kemenade

Results 242 issues of Hugo van Kemenade

If a flaky test fails, it looks like it's rerun immediately. For flaky integration tests which run against a third party, the external service may only be temporarily down. Running...

enhancement

No warnings are raised for this: ``` from io import BytesIO def open(fp: BytesIO): ... ``` Instead of the concrete `io.BytesIO`, this should probably be something more specific for what...

type-feature

**Describe the bug** I've made a release from GitHub Actions to the Jazzband staging area, but I can't release from there to PyPI because https://github.com/jazzband/website has outdated dependencies. **To Reproduce**...

bug

Please could we transfer https://github.com/jazzband/prettytable to my own account? (I might move it to an org account later.) For two reasons: I'd like to set up more automation, including PyPI...

proposal
transfer-out

Warehouse is planning on removing upload support for `bdist_dumb`, `bdist_rpm`, `bdist_dmg`, `bdist_msi`, and `bdist_wininst`: * https://www.python.org/dev/peps/pep-0527/ * https://github.com/pypa/warehouse/issues/6792 CPython's `distutils` deprecated `bdist_wininst` in 3.8: * https://github.com/python/cpython/pull/14553 * https://discuss.python.org/t/deprecate-bdist-wininst/1929 And is...

``` tox-ini-fmt==0.5.0 ``` # Input ```ini [tox] envlist = py{py3, 39, 38, 37, 36} [testenv] extras = tests commands = {envpython} -m pytest --cov humanize --cov tests --cov-report xml {posargs}...

bug

For https://github.com/python/core-workflow/issues/186. Companion to https://github.com/python/core-workflow/pull/499. I've not tested this other than running the unit tests. I think this is all we need for blurb-it? For example, there's already "Tools-Demos" with...

# The short story We used to close stale PRs that did not have the CLA signed. We no longer have that with the new CLA bot. Let's reimplement it....

Hi @ewdurbin and @JulienPalard! We recently added sphinxext-opengraph to the CPython docs and devguide, to add metadata to pages to improve SEO: That extension has a new PR open to...

The changelog page is _very_ long: * https://docs.python.org/dev/whatsnew/changelog.html It's currently 219,974 words, that's longer than [_Moby Dick_](https://www.gutenberg.org/ebooks/2701) (212,794 words)... 🐳 It contains all the NEWS entries back to Python 3.5.0...

discussion