| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Triggering the buildbots to get logs with the new message. |
Sorry, something went wrong.
|
🤖 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. |
Sorry, something went wrong.
|
The tests are done: ======================================================================
FAIL: test_activate_shell_script_has_no_dos_newlines (test.test_venv.BasicTest.test_activate_shell_script_has_no_dos_newlines)
Test that the `activate` shell script contains no CR LF.
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\buildarea\pull_request.bolen-windows10\build\Lib\test\test_venv.py", line 628, in test_activate_shell_script_has_no_dos_newlines
self.assertFalse(line.endswith(b'\r\n'), error_message)
AssertionError: True is not false : CR LF found in line 1
----------------------------------------------------------------------
|
Sorry, something went wrong.
|
According to https://git-scm.com/docs/gitattributes#_text, we need to check if core.autocrlf is set in git config on Windows because it overrides .gitattributes. |
Sorry, something went wrong.
|
It only overrides the value of core.eol being used as the default, which is not what is happening here. We've explicitly set the line ending for the file, we just need anyone who's checked it out in the past to delete it and check it out again (tested on my own Windows machine, which has core.autocrlf set). 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. |
Sorry, something went wrong.
|
The buildbot results look good (the expected failure), so merging this. Buildbot discussion back to #103088 please. |
Sorry, something went wrong.
* 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)
| Back | FazBrowse Home | New Git URL |
Uh oh!
There was an error while loading. Please reload this page.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.