This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a change to branch kill-pip-compile-multi
in repository https://gitbox.apache.org/repos/asf/superset.git
from 0944e7777b entry points
new 012d2b5c51 drying actions
new 698052cf10 drying actions
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/actions/setup-python.yml | 36 ++
.../workflows/superset-python-integrationtest.yml | 28 +-
.github/workflows/superset-python-unittest.yml | 18 +-
pyproject.toml | 6 +
requirements/base.txt | 1 -
requirements/development.txt | 2 -
requirements/pip-compile-custom.sh | 32 --
requirements/pip-compile-superset.py | 148 ++++++++
requirements/pip-compile-superset.sh | 33 --
requirements/requirements-custom-example.in | 2 +-
...lopment.txt => requirements-custom-example.txt} | 386 +++++++--------------
11 files changed, 327 insertions(+), 365 deletions(-)
create mode 100644 .github/actions/setup-python.yml
delete mode 100644 requirements/pip-compile-custom.sh
create mode 100644 requirements/pip-compile-superset.py
delete mode 100755 requirements/pip-compile-superset.sh
copy requirements/{development.txt => requirements-custom-example.txt} (59%)