-
Notifications
You must be signed in to change notification settings - Fork 33
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
test failures with pytest 8.2: AttributeError: 'TestUtil' object has no attribute 'runTest'. Did you mean: 'subTest'? #363
Labels
Comments
I think the problem is sin testtools:
|
algitbot
pushed a commit
to alpinelinux/aports
that referenced
this issue
May 12, 2024
Fixes community/py3-stestr tests ref: pytest-dev/pytest#12263 (comment) ref: mtreinish/stestr#363
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue description
Various tests fail with pytest 8.2.
Expected behavior and actual behavior
expected: tests passes.
actual:
Steps to reproduce the problem
Run the tests with pytest 8.2.
Specifications like the version of the project, operating system, or hardware
stestr 4.1.0
observed on x84_64 and riscv64. I expect it to happen on all architectures.
System information
python --version
): Python 3.12.3pip freeze
): ash: pip: not foundAdditional information
This is reported to pytest due to similar issue in tornado. but pytest devs seem to prefer to fix it downstream:
pytest-dev/pytest#12263 (comment)
The text was updated successfully, but these errors were encountered: