]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
MAINT: pytest doesn't have any more python 3.12 deprecations
authorBrigitta Sipőcz <bsipocz@gmail.com>
Fri, 13 Sep 2024 20:01:04 +0000 (16:01 -0400)
committersqla-tester <sqla-tester@sqlalchemy.org>
Fri, 13 Sep 2024 20:01:04 +0000 (16:01 -0400)
commitffb470cf54c7593e02569102665642be4b85bec2
tree49d9a26ba2ef0c368ce8b655d1240ea003f23292
parent5959648abc0ff71e38cc12da0261833ea565c154
MAINT: pytest doesn't have any more python 3.12 deprecations

<!-- Provide a general summary of your proposed changes in the Title field above -->

### Description
<!-- Describe your changes in detail -->
I believe this workaround is not needed any more, pytest doesn't have any more python deprecations. (Arguably neither 3.13)

### Checklist
<!-- go over following points. check them with an `x` if they do apply, (they turn into clickable checkboxes once the PR is submitted, so no need to do everything at once)

-->

This pull request is:

- [x] Tweek to the (testing) infrastructure
        - New category as I didn't think this PR fit in any of the 3 options offered.

- [ ] A documentation / typographical / small typing error fix
- Good to go, no issue or tests are needed
- [ ] A short code fix
- please include the issue number, and create an issue if none exists, which
  must include a complete example of the issue.  one line code fixes without an
  issue and demonstration will not be accepted.
- Please include: `Fixes: #<issue number>` in the commit message
- please include tests.   one line code fixes without tests will not be accepted.
- [ ] A new feature implementation
- please include the issue number, and create an issue if none exists, which must
  include a complete example of how the feature would look.
- Please include: `Fixes: #<issue number>` in the commit message
- please include tests.

**Have a nice day!**

Closes: #11838
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/11838
Pull-request-sha: 7d500de8707cb6d89ba59922d0671afc4062de82

Change-Id: I5fef8ee799fa2dbed1d00f5a779d6b25ce3e5ae8
tox.ini