-
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
FAIL: stestr.tests.test_return_codes.TestReturnCodesToxIni.test_no_repo_dir on python 3.12.2
#362
Labels
Comments
Looking at the code, the tests fail when running https://github.com/mtreinish/stestr/blob/main/stestr/tests/test_return_codes.py#L229-L240
|
On Arch Linux with 3.12 we get:
And:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue description
When I run stestr tests, these tests fail everytime.
Expected behavior and actual behavior
Expected: No failures
Actual:
Steps to reproduce the problem
stestr run
on the environment like below.Specifications like the version of the project, operating system, or hardware
System information
stestr --version
):stestr 4.0.1.dev15
python --version
):Python 3.12.2
pip freeze
):Additional information
I'm facing two failures on
stestr.tests.test_return_codes.TestReturnCodesToxIni.test_no_repo_dir
andstestr.tests.test_return_codes.TestReturnCodesToxIni.test_empty_repo_dir
. And it seems that the same error happens in both tests.This issue doesn't happen on
python 3.11.8
on my environment(Fedora39) somehow.The text was updated successfully, but these errors were encountered: