mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Remove --passthrough-line-from-input=^pywin32(.*)$
This commit is contained in:
parent
d63da5d797
commit
43518dfe9c
1 changed files with 0 additions and 7 deletions
|
@ -205,7 +205,6 @@ repos:
|
|||
- --py-version=3.7
|
||||
- --platform=windows
|
||||
- --include=requirements/windows.txt
|
||||
- --passthrough-line-from-input=^pywin32(.*)$
|
||||
- requirements/static/pkg/windows.in
|
||||
|
||||
- id: pip-tools-compile
|
||||
|
@ -218,7 +217,6 @@ repos:
|
|||
- --py-version=3.8
|
||||
- --platform=windows
|
||||
- --include=requirements/windows.txt
|
||||
- --passthrough-line-from-input=^pywin32(.*)$
|
||||
- requirements/static/pkg/windows.in
|
||||
|
||||
# Commented out since pywin32 and pymssql do not have packages or support for Py >= 3.9
|
||||
|
@ -232,7 +230,6 @@ repos:
|
|||
# - --py-version=3.9
|
||||
# - --platform=windows
|
||||
# - --include=requirements/windows.txt
|
||||
# - --passthrough-line-from-input=^pywin32(.*)$
|
||||
# - requirements/static/pkg/windows.in
|
||||
|
||||
# Commented out since pywin32 and pymssql do not have packages or support for Py >= 3.10
|
||||
|
@ -639,7 +636,6 @@ repos:
|
|||
- --include=requirements/static/pkg/py{py_version}/windows.txt
|
||||
- --include=requirements/pytest.txt
|
||||
- --include=requirements/static/ci/common.in
|
||||
- --passthrough-line-from-input=^pywin32(.*)$
|
||||
- requirements/static/ci/windows.in
|
||||
|
||||
- id: pip-tools-compile
|
||||
|
@ -654,7 +650,6 @@ repos:
|
|||
- --include=requirements/static/pkg/py{py_version}/windows.txt
|
||||
- --include=requirements/pytest.txt
|
||||
- --include=requirements/static/ci/common.in
|
||||
- --passthrough-line-from-input=^pywin32(.*)$
|
||||
- requirements/static/ci/windows.in
|
||||
|
||||
# Commented out since pywin32 and pymssql do not have packages or support for Py >= 3.8
|
||||
|
@ -670,7 +665,6 @@ repos:
|
|||
# - --include=requirements/static/pkg/py{py_version}/windows.txt
|
||||
# - --include=requirements/pytest.txt
|
||||
# - --include=requirements/static/ci/common.in
|
||||
# - --passthrough-line-from-input=^pywin32(.*)$
|
||||
# - requirements/static/ci/windows.in
|
||||
|
||||
# Commented out since pywin32 and pymssql do not have packages or support for Py >= 3.10
|
||||
|
@ -686,7 +680,6 @@ repos:
|
|||
# - --include=requirements/static/pkg/py{py_version}/windows.txt
|
||||
# - --include=requirements/pytest.txt
|
||||
# - --include=requirements/static/ci/common.in
|
||||
# - --passthrough-line-from-input=^pywin32(.*)$
|
||||
# - requirements/static/ci/windows.in
|
||||
|
||||
- id: pip-tools-compile
|
||||
|
|
Loading…
Add table
Reference in a new issue