Bug report
Bug description:
>python -m test test_capi
Running Debug|x64 interpreter...
Using random seed: 1337652706
0:00:00 Run 1 test sequentially
0:00:00 [1/1] test_capi
test_capi skipped -- requires test module
test_capi skipped
== Tests result: SUCCESS ==
1 test skipped:
test_capi
The test modules are in a build directory.
I can see the default behavior change since ea94b3b.
cc @erlend-aasland @zooba
CPython versions tested on:
3.13, CPython main branch
Operating systems tested on:
Windows
Linked PRs
Bug report
Bug description:
The test modules are in a build directory.
I can see the default behavior change since ea94b3b.
cc @erlend-aasland @zooba
CPython versions tested on:
3.13, CPython main branch
Operating systems tested on:
Windows
Linked PRs
support.TEST_MODULES_ENABLEDfor Windows build #118354