Ben Beasley

Results 183 issues of Ben Beasley

https://docs.python.org/3.13/whatsnew/3.13.html#other-language-changes https://github.com/python/cpython/issues/81283 You can reproduce the original failure and verify this change by running ``` tox -e py313-unit ``` but you will need to apply https://github.com/wolever/parameterized/pull/169 first.

The current version 0.9.0 does not work with the current version of pytest (7.3.1), which is a problem in cases such as Linux distributions where only the latest version of...

CHANGELOG.txt is no longer included in the PyPI sdist. I suspect this is an oversight rather than an intentional change.

## Pull Request Check List - [ ] Added **tests** for changed code. **N/A, just a dependency update** - [ ] Updated **documentation** for changed code. **N/A, just a dependency...

Add symbolic links so that `LICENSE-APACHE` and `LICENSE-MIT` are included in all of the published `deadpool-*` crates, as required by the terms of the chosen licenses. Before this PR: ```...

This method of replacing the deprecated-and-removed `imp` with `importlib` *seems* OK.

`random.sample()` population must be a sequence

``` ======================================================= ERRORS ======================================================= _______________________________________ ERROR collecting test/test_ansiwrap.py _______________________________________ test/test_ansiwrap.py:23: in other_lengths = (random.sample(set(range(20, 120)).difference(LINE_LENGTHS), 2) + ANSIState = COLORS = ('black', 'red', 'green', 'yellow', 'blue', 'magenta', ...) LINE_LENGTHS =...

### Things to check first - [X] I have searched the existing issues and didn't find my bug already reported there - [X] I have checked that my bug is...

bug

# Description Fedora 40 will ship with SQLAlchemy 2. A `python-sqlalchemy1.4` compat package will be available for now, but the idea is that this should be a temporary stopgap. Currently,...