-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
gh-103088: Fix test error message #103500
Conversation
Zabolekar
commented
Apr 13, 2023
•
edited by bedevere-bot
Loading
edited by bedevere-bot
- Issue: If the working directory and the venv are on different disks, venv doesn't work in bash on Windows #103088
Triggering the buildbots to get logs with the new message. |
🤖 New build scheduled with the buildbot fleet by @arhadthedev for commit bf3c063 🤖 If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
The tests are done:
|
According to https://git-scm.com/docs/gitattributes#_text, we need to check if |
It only overrides the value of If we can't find a way to force the buildbots to do a clean checkout, instead of reusing their existing one, then we probably need to ping all the owners to log in and do it manually. |
The buildbot results look good (the expected failure), so merging this. Buildbot discussion back to #103088 please. |
* main: pythongh-103479: [Enum] require __new__ to be considered a data type (pythonGH-103495) pythongh-103365: [Enum] STRICT boundary corrections (pythonGH-103494) pythonGH-103488: Use return-offset, not yield-offset. (pythonGH-103502) pythongh-103088: Fix test_venv error message to avoid bytes/str warning (pythonGH-103500) pythonGH-103082: Turn on branch events for FOR_ITER instructions. (python#103507) pythongh-102978: Fix mock.patch function signatures for class and staticmethod decorators (python#103228) pythongh-103462: Ensure SelectorSocketTransport.writelines registers a writer when data is still pending (python#103463) pythongh-95299: Rework test_cppext.py to not invoke setup.py directly (python#103316)