mirror of
https://github.com/saltstack/salt.git
synced 2025-04-15 17:20:19 +00:00
There's no pywin32 package for Py3.10 yet
This commit is contained in:
parent
c364ff55cb
commit
1e970d54b0
1 changed files with 39 additions and 36 deletions
|
@ -231,17 +231,18 @@ repos:
|
|||
- --include=requirements/windows.txt
|
||||
- requirements/static/pkg/windows.in
|
||||
|
||||
- id: pip-tools-compile
|
||||
alias: compile-pkg-windows-3.10-zmq-requirements
|
||||
name: Windows Packaging Py3.10 ZeroMQ Requirements
|
||||
files: ^requirements/((base|zeromq|crypto|windows)\.txt|static/pkg/(windows\.in|py3\.10/windows\.txt))$
|
||||
pass_filenames: false
|
||||
args:
|
||||
- -v
|
||||
- --py-version=3.10
|
||||
- --platform=windows
|
||||
- --include=requirements/windows.txt
|
||||
- requirements/static/pkg/windows.in
|
||||
# There's no pywin32 package for Py3.10 yet
|
||||
# - id: pip-tools-compile
|
||||
# alias: compile-pkg-windows-3.10-zmq-requirements
|
||||
# name: Windows Packaging Py3.10 ZeroMQ Requirements
|
||||
# files: ^requirements/((base|zeromq|crypto|windows)\.txt|static/pkg/(windows\.in|py3\.10/windows\.txt))$
|
||||
# pass_filenames: false
|
||||
# args:
|
||||
# - -v
|
||||
# - --py-version=3.10
|
||||
# - --platform=windows
|
||||
# - --include=requirements/windows.txt
|
||||
# - requirements/static/pkg/windows.in
|
||||
|
||||
# <---- Packaging Requirements -------------------------------------------------------------------------------------
|
||||
|
||||
|
@ -664,19 +665,20 @@ repos:
|
|||
- --include=requirements/static/ci/common.in
|
||||
- requirements/static/ci/windows.in
|
||||
|
||||
- id: pip-tools-compile
|
||||
alias: compile-ci-windows-py3.10-zmq-requirements
|
||||
name: Windows CI Py3.10 ZeroMQ Requirements
|
||||
files: requirements/((base|zeromq|pytest)\.txt|static/((ci|pkg)/(windows|common)\.in|pkg/py3\.10/windows\.txt))$
|
||||
pass_filenames: false
|
||||
args:
|
||||
- -v
|
||||
- --py-version=3.10
|
||||
- --platform=windows
|
||||
- --include=requirements/static/pkg/py{py_version}/windows.txt
|
||||
- --include=requirements/pytest.txt
|
||||
- --include=requirements/static/ci/common.in
|
||||
- requirements/static/ci/windows.in
|
||||
# There's no pywin32 package for Py3.10 yet
|
||||
# - id: pip-tools-compile
|
||||
# alias: compile-ci-windows-py3.10-zmq-requirements
|
||||
# name: Windows CI Py3.10 ZeroMQ Requirements
|
||||
# files: requirements/((base|zeromq|pytest)\.txt|static/((ci|pkg)/(windows|common)\.in|pkg/py3\.10/windows\.txt))$
|
||||
# pass_filenames: false
|
||||
# args:
|
||||
# - -v
|
||||
# - --py-version=3.10
|
||||
# - --platform=windows
|
||||
# - --include=requirements/static/pkg/py{py_version}/windows.txt
|
||||
# - --include=requirements/pytest.txt
|
||||
# - --include=requirements/static/ci/common.in
|
||||
# - requirements/static/ci/windows.in
|
||||
|
||||
- id: pip-tools-compile
|
||||
alias: compile-ci-windows-crypto-py3.6-requirements
|
||||
|
@ -726,18 +728,19 @@ repos:
|
|||
- --out-prefix=windows
|
||||
- requirements/static/ci/crypto.in
|
||||
|
||||
- id: pip-tools-compile
|
||||
alias: compile-ci-windows-crypto-py3.10-requirements
|
||||
name: Windows CI Py3.10 Crypto Requirements
|
||||
files: ^requirements/(crypto\.txt|static/ci/crypto\.in)$
|
||||
pass_filenames: false
|
||||
args:
|
||||
- -v
|
||||
- --py-version=3.10
|
||||
- --platform=windows
|
||||
- --out-prefix=windows
|
||||
- requirements/static/ci/crypto.in
|
||||
|
||||
# There's no pywin32 package for Py3.10 yet
|
||||
# - id: pip-tools-compile
|
||||
# alias: compile-ci-windows-crypto-py3.10-requirements
|
||||
# name: Windows CI Py3.10 Crypto Requirements
|
||||
# files: ^requirements/(crypto\.txt|static/ci/crypto\.in)$
|
||||
# pass_filenames: false
|
||||
# args:
|
||||
# - -v
|
||||
# - --py-version=3.10
|
||||
# - --platform=windows
|
||||
# - --out-prefix=windows
|
||||
# - requirements/static/ci/crypto.in
|
||||
#
|
||||
# <---- CI Requirements --------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue