This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zach.ware
Recipients skip.montanaro, zach.ware
Date 2021-04-16.02:55:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618541716.34.0.229816045847.issue43627@roundup.psfhosted.org>
In-reply-to
Content
`test_sundry` just checks to see if the script is importable, so if your script runs on import it may very well cause problems :).  Adding it to a skip list is a reasonable solution, as is making the script import-friendly (e.g. with a `if __name__ == '__main__'` check).
History
Date User Action Args
2021-04-16 02:55:16zach.waresetrecipients: + zach.ware, skip.montanaro
2021-04-16 02:55:16zach.waresetmessageid: <1618541716.34.0.229816045847.issue43627@roundup.psfhosted.org>
2021-04-16 02:55:16zach.warelinkissue43627 messages
2021-04-16 02:55:16zach.warecreate