File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,8 @@ jobs:
189189 python -m
190190 pip install
191191 --user
192- setuptools-scm~=8.2
192+ setuptools-scm
193+ --constraint=dependencies/lock-files/dist-build-constraints.txt
193194 shell : bash
194195 - name : Set the current dist version from Git
195196 id : scm-version
Original file line number Diff line number Diff line change 1+ #
2+ # This file is autogenerated by pip-compile with Python 3.12
3+ # by the following command:
4+ #
5+ # tox r -e pip-compile-build-lock --
6+ #
7+ packaging==24.1
8+ # via setuptools-scm
9+ setuptools-scm==8.1.0
10+ # via awx-plugins-core (pyproject.toml::build-system.requires)
11+
12+ # The following packages are considered to be unsafe in a requirements file:
13+ setuptools==73.0.0
14+ # via
15+ # awx-plugins-core (pyproject.toml::build-system.requires)
16+ # setuptools-scm
Original file line number Diff line number Diff line change @@ -153,6 +153,8 @@ commands =
153153 {posargs:}
154154commands_post =
155155package = skip
156+ set_env =
157+ PIP_CONSTRAINT = {toxinidir}{/}dependencies{/}lock-files{/}dist-build-constraints.txt
156158
157159
158160[testenv:metadata-validation]
You can’t perform that action at this time.
0 commit comments