CI #576
Annotations
3 errors and 1 warning
🐍 Set up Python 3.8
[notice] A new release of pip is available: 21.1.1 -> 24.2
[notice] To update, run: python3.8 -m pip install --upgrade pip
|
🚧 Build package and run tests with tox:
tests/test_capi2.py#L738
test_syntax_error
assert 'did not find expected node content' in 'while parsing a flow node\nexpected the node content, but found \'<stream end>\'\n in "<unicode string>", line 6, column 1:\n \n ^'
+ where 'while parsing a flow node\nexpected the node content, but found \'<stream end>\'\n in "<unicode string>", line 6, column 1:\n \n ^' = str(SyntaxError('while parsing a flow node\nexpected the node content, but found \'<stream end>\'\n in "<unicode string>", line 6, column 1:\n \n ^'))
+ where SyntaxError('while parsing a flow node\nexpected the node content, but found \'<stream end>\'\n in "<unicode string>", line 6, column 1:\n \n ^') = <ExceptionInfo SyntaxError('while parsing a flow node\nexpected the node content, but found \'<stream end>\'\n in "<unicode string>", line 6, column 1:\n \n ^') tblen=4>.value
|
🚧 Build package and run tests with tox
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading