Skip to content

gh-115282: Fix direct invocation of test_traceback.py #115283

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

Merged
merged 1 commit into from
Feb 11, 2024

Conversation

sobolevn
Copy link
Member

@sobolevn sobolevn commented Feb 11, 2024

After:

» ./python.exe Lib/test/test_traceback.py
..................................................................................................................................................................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 338 tests in 2.104s

OK
» ./python.exe -m test test_traceback
Using random seed: 3645079937
0:00:00 load avg: 2.51 Run 1 test sequentially
0:00:00 load avg: 2.51 [1/1] test_traceback

== Tests result: SUCCESS ==

1 test OK.

Total duration: 1.1 sec
Total tests: run=338 skipped=1
Total test files: run=1/1
Result: SUCCESS

@sobolevn
Copy link
Member Author

This does not need a backport, because the change is rather new: 2c68011 (3.13 only)

@sobolevn
Copy link
Member Author

Thanks everyone!

@sobolevn sobolevn merged commit cc573c7 into python:main Feb 11, 2024
fsc-eriker pushed a commit to fsc-eriker/cpython that referenced this pull request Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants