8000 gh-95299: Rework test_cppext.py to not invoke setup.py directly by pradyunsg · Pull Request #103316 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-95299: Rework test_cppext.py to not invoke setup.py directly #103316

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 7 commits into from
Apr 13, 2023
Prev Previous commit
Next Next commit
Add tests/cppextdata data to TESTSUBDIRS
  • Loading branch information
pradyunsg committed Apr 6, 2023
commit 635492e53954fb0fc2a2875c8961bde99266c48d
2 changes: 1 addition & 1 deletion Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -2029,7 +2029,7 @@ LIBSUBDIRS= asyncio \
__phello__
TESTSUBDIRS= idlelib/idle_test \
test test/audiodata \
test/capath test/cjkencodings \
test/capath test/cppextdata test/cjkencodings \
test/data test/decimaltestdata \
test/dtracedata test/eintrdata \
test/encoded_modules test/imghdrdata \
Expand Down
0