-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support pytest7 #167
Comments
If I simply comment out the failing assertion in |
Actually, whole idea of assert in |
https://build.opensuse.org/request/show/1086781 by user mcepl + dimstar_suse - Update to 0.9.0: - Drop support for Python 2.X, 3.5, and 3.6; Add support for Python 3.10, 3.11 - Modernize from setup.py -> pyproject.toml - Add ``namespace`` argument to ``@parameterize.expand`` - Add support for ``IsolatedAsyncioTestCase`` - Work around for bug bpo-40126 in older versions of ``mock`` - Allow str, bytes, and any non-iterable input to be passed to ``@parameterized`` without wrapping in a tuple - Fix class-level ``mock.patch.multiple`` - Add skip_failing_teardown.patch (gh#wolever/parameterized#167) to overcome failing tearDownModule(). - Remove upstreamed parameterized-pr116-pytest4.patch
I assume the
|
BTW, I assume this is a duplicate of #122. |
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 pytest is available.
Prior to 0.9.0, the patch described in #116 (comment) was viable, but it seems like things may have diverged too much since then.
Working on the current
master
, b9f6a64, without any patches, I tried enabling the tests intox.ini
as follows:When I run one of the resulting environments I get an error, e.g.:
Is there any chance of making this work in the relatively near future? Thanks!
The text was updated successfully, but these errors were encountered: