Abacn commented on PR #30458:
URL: https://github.com/apache/beam/pull/30458#issuecomment-1972084234
Another breakage after revert #29834:
```
test_1 | Traceback (most recent call last):
test_1 | File
"/usr/local/lib/python3.8/site-packages/pyproject_api/_backend.py", line 90, in
run
test_1 | outcome = backend_proxy(parsed_message["cmd"],
**parsed_message["kwargs"])
test_1 | File
"/usr/local/lib/python3.8/site-packages/pyproject_api/_backend.py", line 32, in
__call__
test_1 | return getattr(on_object, name)(*args, **kwargs)
test_1 | File
"/app/sdks/python/target/.tox/.pkg/lib/python3.8/site-packages/setuptools/build_meta.py",
line 328, in get_requires_for_build_sdist
test_1 | return self._get_build_requires(config_settings,
requirements=[])
test_1 | File
"/app/sdks/python/target/.tox/.pkg/lib/python3.8/site-packages/setuptools/build_meta.py",
line 295, in _get_build_requires
test_1 | self.run_setup()
test_1 | File
"/app/sdks/python/target/.tox/.pkg/lib/python3.8/site-packages/setuptools/build_meta.py",
line 311, in run_setup
test_1 | exec(code, locals())
test_1 | File "<string>", line 257, in <module>
test_1 | File "<string>", line 226, in copy_tests_from_docs
test_1 | RuntimeError: Could not locate yaml docs in
/app/website/www/site/content/en/documentation/sdks or
/app/sdks/python/apache_beam/yaml/docs.
test_1 | Backend: run command get_requires_for_build_sdist with args
{'config_settings': None}
test_1 | b''
test_1 | Backend: Wrote response {'code': 1, 'exc_type':
'RuntimeError', 'exc_msg': 'Could not locate yaml docs in
/app/website/www/site/content/en/documentation/sdks or
/app/sdks/python/apache_beam/yaml/docs.'} to
/tmp/pep517_get_requires_for_build_sdist-1vupf1cx.json
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]