Run windows tests with -u all - #8134
Conversation
📦 Library DependenciesThe following Lib/ modules were modified. Here are their dependencies: [x] lib: cpython/Lib/codecs.py dependencies:
dependent tests: (161 tests)
[x] lib: cpython/Lib/tokenize.py dependencies:
dependent tests: (149 tests)
[x] test: cpython/Lib/test/test_winsound.py (TODO: 1) dependencies: dependent tests: (no tests depend on winsound) [x] test: cpython/Lib/test/test_winconsoleio.py (TODO: 1) dependencies: dependent tests: (no tests depend on winconsoleio) [x] lib: cpython/Lib/venv dependencies:
dependent tests: (1 tests)
[x] test: cpython/Lib/test/test_wmi.py (TODO: 1) dependencies: dependent tests: (no tests depend on wmi) Legend:
|
There was a problem hiding this comment.
wmi itself is windows-only test. skipIf is nonsense.
There was a problem hiding this comment.
I know, my rational was that it will be easier to see at the diagnostics of how many tests do we skip on each platform, I can just skip it without any conditions

Summary
Summary by CodeRabbit