8000 PEP 101: Remove outdated info and add new info by hugovk · Pull Request #3863 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

PEP 101: Remove outdated info and add new info #3863

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 5 commits into from
Jul 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
PEP 101: Update make command for running tests
  • Loading branch information
hugovk committed Jul 14, 2024
commit d7752b173682ce2de7dee7236c46dd26321491b8
2 changes: 1 addition & 1 deletion peps/pep-0101.rst
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ to perform some manual editing steps.
If you're feeling lucky and have some time to kill, or if you are making
a release candidate or **final** release, run the full test suite::

make testall
make buildbottest

If the tests pass, then you can feel good that the tarball is
fine. If some of the tests fail, or anything else about the
Expand Down
0