Add all_requirements only if missing#426
Open
a-zw wants to merge 2 commits intoeclipse-score:mainfrom
Open
Conversation
An error might look like this: Error in fail: Some docs-as-code dependencies are in deps: accessible_pygments, alabaster, sphinx ... but others are missing: anyio, attrs, babel, basedpyright, bazel_runfiles, beautifulsoup4, cattrs, certifi, cffi, charset_normalizer, click, colorama, contourpy, cryptography, cycler, debugpy, docutils, esbonio, fonttools, gitdb, gitpython, h11, idna, imagesize, iniconfig, jinja2, jsonschema_rs, kiwisolver, lsprotocol, markdown_it_py, markupsafe, matplotlib, mdit_py_plugins, mdurl, myst_parser, needs_config_writer, nodejs_wheel_binaries, numpy, packaging, pillow, platformdirs, pluggy, pycparser, pydata_sphinx_theme, pygithub, pygls, pygments, pyjwt, pynacl, pyparsing, pyspellchecker, pytest, python_dateutil, pyyaml, requests, requests_file, rich, roman_numerals, roman_numerals_py, ruamel_yaml, six, smmap, snowballstemmer, soupsieve, sphinx_autobuild, sphinx_collections, sphinx_data_viewer, sphinx_design, sphinx_needs, sphinxcontrib_applehelp, sphinxcontrib_devhelp, sphinxcontrib_htmlhelp, sphinxcontrib_jquery, sphinxcontrib_jsmath, sphinxcontrib_mermaid, sphinxcontrib_plantuml, sphinxcontrib_qthelp, sphinxcontrib_serializinghtml, starlette, tomli, tomli_w, typing_extensions, urllib3, uvicorn, watchfiles, websockets Inconsistent deps for docs(): either include all dependencies or none of them.
License Check Results🚀 The license check job ran with the Bazel command: bazel run //src:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
a-zw
commented
Feb 27, 2026
| ----------------------------------- | ||
|
|
||
| The general documentation is `in the rules_python documentation <https://rules-python.readthedocs.io/en/latest/toolchains.html>`_. | ||
|
|
Contributor
Author
There was a problem hiding this comment.
Tell about compile_pip_requirements
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 Description
Enables a fix for #414
🚨 Impact Analysis
✅ Checklist