-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Add --tempdir option for test run #10322
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
Conversation
Happy to change the name of the option, or convert it to an environment variable (which is where I started, but then preferred an option instead). |
@vstinner I think you'd be a good person to review this as well, so I'll wait for your comments. But I also think this is very safe, so I won't wait forever :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe update comments around line 18 in main.py?
When you're done making the requested changes, leave the comment: |
Thanks @zooba for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
GH-10584 is a backport of this pull request to the 3.7 branch. |
(cherry picked from commit 38df97a) Co-authored-by: Steve Dower <steve.dower@microsoft.com>
(cherry picked from commit 38df97a) Co-authored-by: Steve Dower <steve.dower@microsoft.com>
|
This allows changing particularly the drive where tests are run, which can help ensure that the best performance and sometimes features like symlinks are available.
I've only updated it from the default for the Window build on Azure Pipelines, as that is known to have slower performance on the C: drive compared to the work drive.