salt/.pre-commit-config.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

1281 lines
47 KiB
YAML
Raw Normal View History

2020-04-09 08:57:32 -05:00
default_language_version:
python: python3
exclude: ^(doc/_static/.*|doc/_themes/.*)$
repos:
- repo: https://github.com/saltstack/pip-tools-compile-impersonate
rev: "4.1"
hooks:
2019-12-03 10:57:49 +00:00
2020-09-25 12:17:53 +01:00
# ----- Packaging Requirements ------------------------------------------------------------------------------------>
- id: pip-tools-compile
alias: compile-pkg-linux-3.5-zmq-requirements
name: Linux Packaging Py3.5 ZeroMQ Requirements
files: ^requirements/((base|zeromq|crypto)\.txt|static/pkg/(linux\.in|py3\.5/linux\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
- --py-version=3.5
- --platform=linux
- --include=requirements/base.txt
- --include=requirements/zeromq.txt
- --include=requirements/zeromq.txt
- requirements/static/pkg/linux.in
- id: pip-tools-compile
alias: compile-pkg-linux-3.6-zmq-requirements
name: Linux Packaging Py3.6 ZeroMQ Requirements
files: ^requirements/((base|zeromq|crypto)\.txt|static/pkg/(linux\.in|py3\.6/linux\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
- --py-version=3.6
- --platform=linux
- --include=requirements/base.txt
- --include=requirements/zeromq.txt
- requirements/static/pkg/linux.in
- id: pip-tools-compile
alias: compile-pkg-linux-3.7-zmq-requirements
name: Linux Packaging Py3.7 ZeroMQ Requirements
files: ^requirements/((base|zeromq|crypto)\.txt|static/pkg/(linux\.in|py3\.7/linux\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
- --py-version=3.7
- --platform=linux
- --include=requirements/base.txt
- --include=requirements/zeromq.txt
- requirements/static/pkg/linux.in
- id: pip-tools-compile
alias: compile-pkg-linux-3.8-zmq-requirements
name: Linux Packaging Py3.8 ZeroMQ Requirements
files: ^requirements/((base|zeromq|crypto)\.txt|static/pkg/(linux\.in|py3\.8/linux\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
- --py-version=3.8
- --platform=linux
- --include=requirements/base.txt
- --include=requirements/zeromq.txt
- requirements/static/pkg/linux.in
- id: pip-tools-compile
alias: compile-pkg-linux-3.9-zmq-requirements
name: Linux Packaging Py3.9 ZeroMQ Requirements
files: ^requirements/((base|zeromq|crypto)\.txt|static/pkg/(linux\.in|py3\.9/linux\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
- --py-version=3.9
- --platform=linux
- --include=requirements/base.txt
- --include=requirements/zeromq.txt
- requirements/static/pkg/linux.in
2021-05-05 06:19:16 +01:00
- id: pip-tools-compile
alias: compile-pkg-linux-3.10-zmq-requirements
name: Linux Packaging Py3.10 ZeroMQ Requirements
files: ^requirements/((base|zeromq|crypto)\.txt|static/pkg/(linux\.in|py3\.10/linux\.txt))$
pass_filenames: false
args:
- -v
- --py-version=3.10
- --platform=linux
- --include=requirements/base.txt
- --include=requirements/zeromq.txt
- requirements/static/pkg/linux.in
2020-09-25 12:17:53 +01:00
- id: pip-tools-compile
alias: compile-pkg-freebsd-3.7-zmq-requirements
name: FreeBSD Packaging Py3.7 ZeroMQ Requirements
files: ^requirements/((base|zeromq|crypto)\.txt|static/pkg/(freebsd\.in|py3\.7/freebsd\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
- --py-version=3.7
- --platform=freebsd
2020-09-25 12:17:53 +01:00
- --include=requirements/base.txt
- --include=requirements/zeromq.txt
- requirements/static/pkg/freebsd.in
- id: pip-tools-compile
alias: compile-pkg-freebsd-3.8-zmq-requirements
name: FreeBSD Packaging Py3.8 ZeroMQ Requirements
files: ^requirements/((base|zeromq|crypto)\.txt|static/pkg/(freebsd\.in|py3\.8/freebsd\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
- --py-version=3.8
- --platform=freebsd
2020-09-25 12:17:53 +01:00
- --include=requirements/base.txt
- --include=requirements/zeromq.txt
- requirements/static/pkg/freebsd.in
- id: pip-tools-compile
alias: compile-pkg-freebsd-3.9-zmq-requirements
name: FreeBSD Packaging Py3.9 ZeroMQ Requirements
files: ^requirements/((base|zeromq|crypto)\.txt|static/pkg/(freebsd\.in|py3\.9/freebsd\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
- --py-version=3.9
- --platform=freebsd
2020-09-25 12:17:53 +01:00
- --include=requirements/base.txt
- --include=requirements/zeromq.txt
- requirements/static/pkg/freebsd.in
2021-05-05 06:19:16 +01:00
- id: pip-tools-compile
alias: compile-pkg-freebsd-3.10-zmq-requirements
name: FreeBSD Packaging Py3.10 ZeroMQ Requirements
files: ^requirements/((base|zeromq|crypto)\.txt|static/pkg/(freebsd\.in|py3\.10/freebsd\.txt))$
pass_filenames: false
args:
- -v
- --py-version=3.10
- --platform=freebsd
2021-05-05 06:19:16 +01:00
- --include=requirements/base.txt
- --include=requirements/zeromq.txt
- requirements/static/pkg/freebsd.in
2020-09-25 12:17:53 +01:00
- id: pip-tools-compile
alias: compile-pkg-darwin-3.7-zmq-requirements
name: Darwin Packaging Py3.7 ZeroMQ Requirements
Merge Freeze into Master (#60074) * Merge 3002.6 bugfix changes (#59822) * Pass `CI_RUN` as an environment variable to the test run. This allows us to know if we're running the test suite under a CI environment or not and adapt/adjust if needed * Migrate `unit.setup` to PyTest * Backport ae36b15 just for test_install.py * Only skip tests on CI runs * Always store git sha in _version.py during installation * Fix PEP440 compliance. The wheel metadata version 1.2 states that the package version MUST be PEP440 compliant. This means that instead of `3002.2-511-g033c53eccb`, the salt version string should look like `3002.2+511.g033c53eccb`, a post release of `3002.2` ahead by 511 commits with the git sha `033c53eccb` * Fix and migrate `tests/unit/test_version.py` to PyTest * Skip test if `easy_install` is not available * We also need to be PEP440 compliant when there's no git history * Allow extra_filerefs as sanitized kwargs for SSH client * Fix regression on cmd.run when passing tuples as cmd Co-authored-by: Alexander Graul <agraul@suse.com> * Add unit tests to ensure cmd.run accepts tuples * Add unit test to check for extra_filerefs on SSH opts * Add changelog file * Fix comment for test case * Fix unit test to avoid failing on Windows * Skip failing test on windows * Fix test to work on Windows * Add all ssh kwargs to sanitize_kwargs method * Run pre-commit * Fix pylint * Fix cmdmod loglevel and module_names tests * Fix pre-commit * Skip ssh tests if binary does not exist * Use setup_loader for cmdmod test * Prevent argument injection in restartcheck * Add changelog for restartcheck fix * docs_3002.6 * Add back tests removed in merge Co-authored-by: Pedro Algarvio <pedro@algarvio.me> Co-authored-by: Megan Wilhite <megan.wilhite@gmail.com> Co-authored-by: Bryce Larson <brycel@vmware.com> Co-authored-by: Pablo Suárez Hernández <psuarezhernandez@suse.com> Co-authored-by: Alexander Graul <agraul@suse.com> Co-authored-by: Frode Gundersen <fgundersen@saltstack.com> * Remove glance state module in favor of glance_image * update wording in changelog * bump deprecation warning to Silicon. * Updating warnutil version to Phosphorous. * Update salt/modules/keystone.py Co-authored-by: Megan Wilhite <megan.wilhite@gmail.com> * Check $HOMEBREW_PREFIX when linking against libcrypto When loading `libcrypto`, Salt checks for a Homebrew installation of `openssl` at Homebrew's default prefix of `/usr/local`. However, on Apple Silicon Macs, Homebrew's default installation prefix is `/opt/homebrew`. On all platforms, the prefix is configurable. If Salt doesn't find one of those `libcrypto`s, it will fall back on the un-versioned `/usr/lib/libcrypto.dylib`, which will cause the following crash: Application Specific Information: /usr/lib/libcrypto.dylib abort() called Invalid dylib load. Clients should not load the unversioned libcrypto dylib as it does not have a stable ABI. This commit checks $HOMEBREW_PREFIX instead of hard-coding `/usr/local`. * Add test case * Add changelog for 59808 * Add changelog entry * Make _find_libcrypto fail on Big Sur if it can't find a library Right now, if `_find_libcrypto` can't find any externally-managed versions of libcrypto, it will fall back on the pre-Catalina un-versioned system libcrypto. This does not exist on Big Sur and it would be better to raise an exception here rather than crashing later when trying to open it. * Update _find_libcrypto tests This commit simplifies the unit tests for _find_libcrypto by mocking out the host's filesystem and testing the common libcrypto installations (brew, ports, etc.) on Big Sur. It simplifies the tests for falling back on system versions of libcrypto on previous versions of macOS. * Fix description of test_find_libcrypto_with_system_before_catalina * Patch sys.platform for test_rsax931 tests * modules/match: add missing "minion_id" in Pillar example The documented Pillar example for `match.filter_by` lacks the `minion_id` parameter. Without it, the assignment won't work as expected. - fix documentation - add tests: - to prove the misbehavior of the documented example - to prove the proper behaviour when supplying `minion_id` - to ensure some misbehaviour observed with compound matchers doesn't occur * Fix for issue #59773 - When instantiating the loader grab values of grains and pillars if they are NamedLoaderContext instances. - The loader uses a copy of opts. - Impliment deepcopy on NamedLoaderContext instances. * Add changelog for #59773 * _get_initial_pillar function returns pillar * Fix linter issues * Clean up test * Bump deprecation release for neutron * Uncomment Sulfur release name * Removing the _ext_nodes deprecation warning and alias. * Adding changelog. * Renaming changelog file. * Update 59804.removed * Initial pass at fips_mode config option * Fix pre-commit * Fix tests and add changelog * update docs 3003 * update docs 3003 - newline * Fix warts in changelog * update releasenotes 3003 * add ubuntu-2004-amd64 m2crypto pycryptodome and tcp tests * add distro_arch * changing the cloud platforms file missed in 1a9b7be0e2f300d87924731dc5816fd1000cd22b * Update __utils__ calls to import utils in azure * Add changelog for 59744 * Fix azure unit tests and move to pytest * Use contextvars from site-packages for thin If a contextvars package exists one of the site-packages locations use it for the generated thin tarball. This overrides python's builtin contextvars and allows salt-ssh to work with python <=3.6 even when the master's python is >3.6 (Fixes #59942) * Add regression test for #59942 * Add changelog for #59942 * Update filemap to include test_py_versions * Fix broken thin tests * Always install the `contextvars` backport, even on Py3.7+ Without this change, salt-ssh cannot target systems with Python <= 3.6 * Use salt-factories to handle the container. Don't override default roster * Fix thin tests on windows * No need to use warn log level here * Fix getsitepackages for old virtualenv versions * Add explicit pyobjc reqs * Add back the passthrough stuff * Remove a line so pre-commit will run * Bugfix release docs * Bugfix release docs * Removing pip-compile log files * Fix failing test tests.unit.grains.test_core.CoreGrainsTestCase.test_xen_virtual * Fix pre-commit for docs.txt reqs Co-authored-by: Daniel Wozniak <dwozniak@saltstack.com> Co-authored-by: Pedro Algarvio <pedro@algarvio.me> Co-authored-by: Bryce Larson <brycel@vmware.com> Co-authored-by: Pablo Suárez Hernández <psuarezhernandez@suse.com> Co-authored-by: Alexander Graul <agraul@suse.com> Co-authored-by: Frode Gundersen <fgundersen@saltstack.com> Co-authored-by: Gareth J. Greenaway <gareth@saltstack.com> Co-authored-by: Gareth J. Greenaway <gareth@wiked.org> Co-authored-by: Hoa-Long Tam <hoalong@apple.com> Co-authored-by: krionbsd <krion@freebsd.org> Co-authored-by: Elias Probst <e.probst@ssc-services.de> Co-authored-by: Daniel A. Wozniak <dwozniak@vmware.com> Co-authored-by: Frode Gundersen <frogunder@gmail.com> Co-authored-by: twangboy <slee@saltstack.com> Co-authored-by: twangboy <leesh@vmware.com> Co-authored-by: ScriptAutomate <derek@icanteven.io>
2021-04-27 11:47:47 -04:00
files: ^(requirements/((base|zeromq|crypto|darwin|pyobjc)\.txt|static/pkg/(darwin\.in|py3\.7/darwin\.txt)))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
- --py-version=3.7
- --platform=darwin
- --include=requirements/darwin.txt
Merge Freeze into Master (#60074) * Merge 3002.6 bugfix changes (#59822) * Pass `CI_RUN` as an environment variable to the test run. This allows us to know if we're running the test suite under a CI environment or not and adapt/adjust if needed * Migrate `unit.setup` to PyTest * Backport ae36b15 just for test_install.py * Only skip tests on CI runs * Always store git sha in _version.py during installation * Fix PEP440 compliance. The wheel metadata version 1.2 states that the package version MUST be PEP440 compliant. This means that instead of `3002.2-511-g033c53eccb`, the salt version string should look like `3002.2+511.g033c53eccb`, a post release of `3002.2` ahead by 511 commits with the git sha `033c53eccb` * Fix and migrate `tests/unit/test_version.py` to PyTest * Skip test if `easy_install` is not available * We also need to be PEP440 compliant when there's no git history * Allow extra_filerefs as sanitized kwargs for SSH client * Fix regression on cmd.run when passing tuples as cmd Co-authored-by: Alexander Graul <agraul@suse.com> * Add unit tests to ensure cmd.run accepts tuples * Add unit test to check for extra_filerefs on SSH opts * Add changelog file * Fix comment for test case * Fix unit test to avoid failing on Windows * Skip failing test on windows * Fix test to work on Windows * Add all ssh kwargs to sanitize_kwargs method * Run pre-commit * Fix pylint * Fix cmdmod loglevel and module_names tests * Fix pre-commit * Skip ssh tests if binary does not exist * Use setup_loader for cmdmod test * Prevent argument injection in restartcheck * Add changelog for restartcheck fix * docs_3002.6 * Add back tests removed in merge Co-authored-by: Pedro Algarvio <pedro@algarvio.me> Co-authored-by: Megan Wilhite <megan.wilhite@gmail.com> Co-authored-by: Bryce Larson <brycel@vmware.com> Co-authored-by: Pablo Suárez Hernández <psuarezhernandez@suse.com> Co-authored-by: Alexander Graul <agraul@suse.com> Co-authored-by: Frode Gundersen <fgundersen@saltstack.com> * Remove glance state module in favor of glance_image * update wording in changelog * bump deprecation warning to Silicon. * Updating warnutil version to Phosphorous. * Update salt/modules/keystone.py Co-authored-by: Megan Wilhite <megan.wilhite@gmail.com> * Check $HOMEBREW_PREFIX when linking against libcrypto When loading `libcrypto`, Salt checks for a Homebrew installation of `openssl` at Homebrew's default prefix of `/usr/local`. However, on Apple Silicon Macs, Homebrew's default installation prefix is `/opt/homebrew`. On all platforms, the prefix is configurable. If Salt doesn't find one of those `libcrypto`s, it will fall back on the un-versioned `/usr/lib/libcrypto.dylib`, which will cause the following crash: Application Specific Information: /usr/lib/libcrypto.dylib abort() called Invalid dylib load. Clients should not load the unversioned libcrypto dylib as it does not have a stable ABI. This commit checks $HOMEBREW_PREFIX instead of hard-coding `/usr/local`. * Add test case * Add changelog for 59808 * Add changelog entry * Make _find_libcrypto fail on Big Sur if it can't find a library Right now, if `_find_libcrypto` can't find any externally-managed versions of libcrypto, it will fall back on the pre-Catalina un-versioned system libcrypto. This does not exist on Big Sur and it would be better to raise an exception here rather than crashing later when trying to open it. * Update _find_libcrypto tests This commit simplifies the unit tests for _find_libcrypto by mocking out the host's filesystem and testing the common libcrypto installations (brew, ports, etc.) on Big Sur. It simplifies the tests for falling back on system versions of libcrypto on previous versions of macOS. * Fix description of test_find_libcrypto_with_system_before_catalina * Patch sys.platform for test_rsax931 tests * modules/match: add missing "minion_id" in Pillar example The documented Pillar example for `match.filter_by` lacks the `minion_id` parameter. Without it, the assignment won't work as expected. - fix documentation - add tests: - to prove the misbehavior of the documented example - to prove the proper behaviour when supplying `minion_id` - to ensure some misbehaviour observed with compound matchers doesn't occur * Fix for issue #59773 - When instantiating the loader grab values of grains and pillars if they are NamedLoaderContext instances. - The loader uses a copy of opts. - Impliment deepcopy on NamedLoaderContext instances. * Add changelog for #59773 * _get_initial_pillar function returns pillar * Fix linter issues * Clean up test * Bump deprecation release for neutron * Uncomment Sulfur release name * Removing the _ext_nodes deprecation warning and alias. * Adding changelog. * Renaming changelog file. * Update 59804.removed * Initial pass at fips_mode config option * Fix pre-commit * Fix tests and add changelog * update docs 3003 * update docs 3003 - newline * Fix warts in changelog * update releasenotes 3003 * add ubuntu-2004-amd64 m2crypto pycryptodome and tcp tests * add distro_arch * changing the cloud platforms file missed in 1a9b7be0e2f300d87924731dc5816fd1000cd22b * Update __utils__ calls to import utils in azure * Add changelog for 59744 * Fix azure unit tests and move to pytest * Use contextvars from site-packages for thin If a contextvars package exists one of the site-packages locations use it for the generated thin tarball. This overrides python's builtin contextvars and allows salt-ssh to work with python <=3.6 even when the master's python is >3.6 (Fixes #59942) * Add regression test for #59942 * Add changelog for #59942 * Update filemap to include test_py_versions * Fix broken thin tests * Always install the `contextvars` backport, even on Py3.7+ Without this change, salt-ssh cannot target systems with Python <= 3.6 * Use salt-factories to handle the container. Don't override default roster * Fix thin tests on windows * No need to use warn log level here * Fix getsitepackages for old virtualenv versions * Add explicit pyobjc reqs * Add back the passthrough stuff * Remove a line so pre-commit will run * Bugfix release docs * Bugfix release docs * Removing pip-compile log files * Fix failing test tests.unit.grains.test_core.CoreGrainsTestCase.test_xen_virtual * Fix pre-commit for docs.txt reqs Co-authored-by: Daniel Wozniak <dwozniak@saltstack.com> Co-authored-by: Pedro Algarvio <pedro@algarvio.me> Co-authored-by: Bryce Larson <brycel@vmware.com> Co-authored-by: Pablo Suárez Hernández <psuarezhernandez@suse.com> Co-authored-by: Alexander Graul <agraul@suse.com> Co-authored-by: Frode Gundersen <fgundersen@saltstack.com> Co-authored-by: Gareth J. Greenaway <gareth@saltstack.com> Co-authored-by: Gareth J. Greenaway <gareth@wiked.org> Co-authored-by: Hoa-Long Tam <hoalong@apple.com> Co-authored-by: krionbsd <krion@freebsd.org> Co-authored-by: Elias Probst <e.probst@ssc-services.de> Co-authored-by: Daniel A. Wozniak <dwozniak@vmware.com> Co-authored-by: Frode Gundersen <frogunder@gmail.com> Co-authored-by: twangboy <slee@saltstack.com> Co-authored-by: twangboy <leesh@vmware.com> Co-authored-by: ScriptAutomate <derek@icanteven.io>
2021-04-27 11:47:47 -04:00
- --include=requirements/pyobjc.txt
2020-09-25 12:17:53 +01:00
- --passthrough-line-from-input=^pyobjc(.*)$
- requirements/static/pkg/darwin.in
- id: pip-tools-compile
alias: compile-pkg-darwin-3.8-zmq-requirements
name: Darwin Packaging Py3.8 ZeroMQ Requirements
Merge Freeze into Master (#60074) * Merge 3002.6 bugfix changes (#59822) * Pass `CI_RUN` as an environment variable to the test run. This allows us to know if we're running the test suite under a CI environment or not and adapt/adjust if needed * Migrate `unit.setup` to PyTest * Backport ae36b15 just for test_install.py * Only skip tests on CI runs * Always store git sha in _version.py during installation * Fix PEP440 compliance. The wheel metadata version 1.2 states that the package version MUST be PEP440 compliant. This means that instead of `3002.2-511-g033c53eccb`, the salt version string should look like `3002.2+511.g033c53eccb`, a post release of `3002.2` ahead by 511 commits with the git sha `033c53eccb` * Fix and migrate `tests/unit/test_version.py` to PyTest * Skip test if `easy_install` is not available * We also need to be PEP440 compliant when there's no git history * Allow extra_filerefs as sanitized kwargs for SSH client * Fix regression on cmd.run when passing tuples as cmd Co-authored-by: Alexander Graul <agraul@suse.com> * Add unit tests to ensure cmd.run accepts tuples * Add unit test to check for extra_filerefs on SSH opts * Add changelog file * Fix comment for test case * Fix unit test to avoid failing on Windows * Skip failing test on windows * Fix test to work on Windows * Add all ssh kwargs to sanitize_kwargs method * Run pre-commit * Fix pylint * Fix cmdmod loglevel and module_names tests * Fix pre-commit * Skip ssh tests if binary does not exist * Use setup_loader for cmdmod test * Prevent argument injection in restartcheck * Add changelog for restartcheck fix * docs_3002.6 * Add back tests removed in merge Co-authored-by: Pedro Algarvio <pedro@algarvio.me> Co-authored-by: Megan Wilhite <megan.wilhite@gmail.com> Co-authored-by: Bryce Larson <brycel@vmware.com> Co-authored-by: Pablo Suárez Hernández <psuarezhernandez@suse.com> Co-authored-by: Alexander Graul <agraul@suse.com> Co-authored-by: Frode Gundersen <fgundersen@saltstack.com> * Remove glance state module in favor of glance_image * update wording in changelog * bump deprecation warning to Silicon. * Updating warnutil version to Phosphorous. * Update salt/modules/keystone.py Co-authored-by: Megan Wilhite <megan.wilhite@gmail.com> * Check $HOMEBREW_PREFIX when linking against libcrypto When loading `libcrypto`, Salt checks for a Homebrew installation of `openssl` at Homebrew's default prefix of `/usr/local`. However, on Apple Silicon Macs, Homebrew's default installation prefix is `/opt/homebrew`. On all platforms, the prefix is configurable. If Salt doesn't find one of those `libcrypto`s, it will fall back on the un-versioned `/usr/lib/libcrypto.dylib`, which will cause the following crash: Application Specific Information: /usr/lib/libcrypto.dylib abort() called Invalid dylib load. Clients should not load the unversioned libcrypto dylib as it does not have a stable ABI. This commit checks $HOMEBREW_PREFIX instead of hard-coding `/usr/local`. * Add test case * Add changelog for 59808 * Add changelog entry * Make _find_libcrypto fail on Big Sur if it can't find a library Right now, if `_find_libcrypto` can't find any externally-managed versions of libcrypto, it will fall back on the pre-Catalina un-versioned system libcrypto. This does not exist on Big Sur and it would be better to raise an exception here rather than crashing later when trying to open it. * Update _find_libcrypto tests This commit simplifies the unit tests for _find_libcrypto by mocking out the host's filesystem and testing the common libcrypto installations (brew, ports, etc.) on Big Sur. It simplifies the tests for falling back on system versions of libcrypto on previous versions of macOS. * Fix description of test_find_libcrypto_with_system_before_catalina * Patch sys.platform for test_rsax931 tests * modules/match: add missing "minion_id" in Pillar example The documented Pillar example for `match.filter_by` lacks the `minion_id` parameter. Without it, the assignment won't work as expected. - fix documentation - add tests: - to prove the misbehavior of the documented example - to prove the proper behaviour when supplying `minion_id` - to ensure some misbehaviour observed with compound matchers doesn't occur * Fix for issue #59773 - When instantiating the loader grab values of grains and pillars if they are NamedLoaderContext instances. - The loader uses a copy of opts. - Impliment deepcopy on NamedLoaderContext instances. * Add changelog for #59773 * _get_initial_pillar function returns pillar * Fix linter issues * Clean up test * Bump deprecation release for neutron * Uncomment Sulfur release name * Removing the _ext_nodes deprecation warning and alias. * Adding changelog. * Renaming changelog file. * Update 59804.removed * Initial pass at fips_mode config option * Fix pre-commit * Fix tests and add changelog * update docs 3003 * update docs 3003 - newline * Fix warts in changelog * update releasenotes 3003 * add ubuntu-2004-amd64 m2crypto pycryptodome and tcp tests * add distro_arch * changing the cloud platforms file missed in 1a9b7be0e2f300d87924731dc5816fd1000cd22b * Update __utils__ calls to import utils in azure * Add changelog for 59744 * Fix azure unit tests and move to pytest * Use contextvars from site-packages for thin If a contextvars package exists one of the site-packages locations use it for the generated thin tarball. This overrides python's builtin contextvars and allows salt-ssh to work with python <=3.6 even when the master's python is >3.6 (Fixes #59942) * Add regression test for #59942 * Add changelog for #59942 * Update filemap to include test_py_versions * Fix broken thin tests * Always install the `contextvars` backport, even on Py3.7+ Without this change, salt-ssh cannot target systems with Python <= 3.6 * Use salt-factories to handle the container. Don't override default roster * Fix thin tests on windows * No need to use warn log level here * Fix getsitepackages for old virtualenv versions * Add explicit pyobjc reqs * Add back the passthrough stuff * Remove a line so pre-commit will run * Bugfix release docs * Bugfix release docs * Removing pip-compile log files * Fix failing test tests.unit.grains.test_core.CoreGrainsTestCase.test_xen_virtual * Fix pre-commit for docs.txt reqs Co-authored-by: Daniel Wozniak <dwozniak@saltstack.com> Co-authored-by: Pedro Algarvio <pedro@algarvio.me> Co-authored-by: Bryce Larson <brycel@vmware.com> Co-authored-by: Pablo Suárez Hernández <psuarezhernandez@suse.com> Co-authored-by: Alexander Graul <agraul@suse.com> Co-authored-by: Frode Gundersen <fgundersen@saltstack.com> Co-authored-by: Gareth J. Greenaway <gareth@saltstack.com> Co-authored-by: Gareth J. Greenaway <gareth@wiked.org> Co-authored-by: Hoa-Long Tam <hoalong@apple.com> Co-authored-by: krionbsd <krion@freebsd.org> Co-authored-by: Elias Probst <e.probst@ssc-services.de> Co-authored-by: Daniel A. Wozniak <dwozniak@vmware.com> Co-authored-by: Frode Gundersen <frogunder@gmail.com> Co-authored-by: twangboy <slee@saltstack.com> Co-authored-by: twangboy <leesh@vmware.com> Co-authored-by: ScriptAutomate <derek@icanteven.io>
2021-04-27 11:47:47 -04:00
files: ^(requirements/((base|zeromq|crypto|darwin|pyobjc)\.txt|static/pkg/(darwin\.in|py3\.8/darwin\.txt)))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
- --py-version=3.8
- --platform=darwin
- --include=requirements/darwin.txt
Merge Freeze into Master (#60074) * Merge 3002.6 bugfix changes (#59822) * Pass `CI_RUN` as an environment variable to the test run. This allows us to know if we're running the test suite under a CI environment or not and adapt/adjust if needed * Migrate `unit.setup` to PyTest * Backport ae36b15 just for test_install.py * Only skip tests on CI runs * Always store git sha in _version.py during installation * Fix PEP440 compliance. The wheel metadata version 1.2 states that the package version MUST be PEP440 compliant. This means that instead of `3002.2-511-g033c53eccb`, the salt version string should look like `3002.2+511.g033c53eccb`, a post release of `3002.2` ahead by 511 commits with the git sha `033c53eccb` * Fix and migrate `tests/unit/test_version.py` to PyTest * Skip test if `easy_install` is not available * We also need to be PEP440 compliant when there's no git history * Allow extra_filerefs as sanitized kwargs for SSH client * Fix regression on cmd.run when passing tuples as cmd Co-authored-by: Alexander Graul <agraul@suse.com> * Add unit tests to ensure cmd.run accepts tuples * Add unit test to check for extra_filerefs on SSH opts * Add changelog file * Fix comment for test case * Fix unit test to avoid failing on Windows * Skip failing test on windows * Fix test to work on Windows * Add all ssh kwargs to sanitize_kwargs method * Run pre-commit * Fix pylint * Fix cmdmod loglevel and module_names tests * Fix pre-commit * Skip ssh tests if binary does not exist * Use setup_loader for cmdmod test * Prevent argument injection in restartcheck * Add changelog for restartcheck fix * docs_3002.6 * Add back tests removed in merge Co-authored-by: Pedro Algarvio <pedro@algarvio.me> Co-authored-by: Megan Wilhite <megan.wilhite@gmail.com> Co-authored-by: Bryce Larson <brycel@vmware.com> Co-authored-by: Pablo Suárez Hernández <psuarezhernandez@suse.com> Co-authored-by: Alexander Graul <agraul@suse.com> Co-authored-by: Frode Gundersen <fgundersen@saltstack.com> * Remove glance state module in favor of glance_image * update wording in changelog * bump deprecation warning to Silicon. * Updating warnutil version to Phosphorous. * Update salt/modules/keystone.py Co-authored-by: Megan Wilhite <megan.wilhite@gmail.com> * Check $HOMEBREW_PREFIX when linking against libcrypto When loading `libcrypto`, Salt checks for a Homebrew installation of `openssl` at Homebrew's default prefix of `/usr/local`. However, on Apple Silicon Macs, Homebrew's default installation prefix is `/opt/homebrew`. On all platforms, the prefix is configurable. If Salt doesn't find one of those `libcrypto`s, it will fall back on the un-versioned `/usr/lib/libcrypto.dylib`, which will cause the following crash: Application Specific Information: /usr/lib/libcrypto.dylib abort() called Invalid dylib load. Clients should not load the unversioned libcrypto dylib as it does not have a stable ABI. This commit checks $HOMEBREW_PREFIX instead of hard-coding `/usr/local`. * Add test case * Add changelog for 59808 * Add changelog entry * Make _find_libcrypto fail on Big Sur if it can't find a library Right now, if `_find_libcrypto` can't find any externally-managed versions of libcrypto, it will fall back on the pre-Catalina un-versioned system libcrypto. This does not exist on Big Sur and it would be better to raise an exception here rather than crashing later when trying to open it. * Update _find_libcrypto tests This commit simplifies the unit tests for _find_libcrypto by mocking out the host's filesystem and testing the common libcrypto installations (brew, ports, etc.) on Big Sur. It simplifies the tests for falling back on system versions of libcrypto on previous versions of macOS. * Fix description of test_find_libcrypto_with_system_before_catalina * Patch sys.platform for test_rsax931 tests * modules/match: add missing "minion_id" in Pillar example The documented Pillar example for `match.filter_by` lacks the `minion_id` parameter. Without it, the assignment won't work as expected. - fix documentation - add tests: - to prove the misbehavior of the documented example - to prove the proper behaviour when supplying `minion_id` - to ensure some misbehaviour observed with compound matchers doesn't occur * Fix for issue #59773 - When instantiating the loader grab values of grains and pillars if they are NamedLoaderContext instances. - The loader uses a copy of opts. - Impliment deepcopy on NamedLoaderContext instances. * Add changelog for #59773 * _get_initial_pillar function returns pillar * Fix linter issues * Clean up test * Bump deprecation release for neutron * Uncomment Sulfur release name * Removing the _ext_nodes deprecation warning and alias. * Adding changelog. * Renaming changelog file. * Update 59804.removed * Initial pass at fips_mode config option * Fix pre-commit * Fix tests and add changelog * update docs 3003 * update docs 3003 - newline * Fix warts in changelog * update releasenotes 3003 * add ubuntu-2004-amd64 m2crypto pycryptodome and tcp tests * add distro_arch * changing the cloud platforms file missed in 1a9b7be0e2f300d87924731dc5816fd1000cd22b * Update __utils__ calls to import utils in azure * Add changelog for 59744 * Fix azure unit tests and move to pytest * Use contextvars from site-packages for thin If a contextvars package exists one of the site-packages locations use it for the generated thin tarball. This overrides python's builtin contextvars and allows salt-ssh to work with python <=3.6 even when the master's python is >3.6 (Fixes #59942) * Add regression test for #59942 * Add changelog for #59942 * Update filemap to include test_py_versions * Fix broken thin tests * Always install the `contextvars` backport, even on Py3.7+ Without this change, salt-ssh cannot target systems with Python <= 3.6 * Use salt-factories to handle the container. Don't override default roster * Fix thin tests on windows * No need to use warn log level here * Fix getsitepackages for old virtualenv versions * Add explicit pyobjc reqs * Add back the passthrough stuff * Remove a line so pre-commit will run * Bugfix release docs * Bugfix release docs * Removing pip-compile log files * Fix failing test tests.unit.grains.test_core.CoreGrainsTestCase.test_xen_virtual * Fix pre-commit for docs.txt reqs Co-authored-by: Daniel Wozniak <dwozniak@saltstack.com> Co-authored-by: Pedro Algarvio <pedro@algarvio.me> Co-authored-by: Bryce Larson <brycel@vmware.com> Co-authored-by: Pablo Suárez Hernández <psuarezhernandez@suse.com> Co-authored-by: Alexander Graul <agraul@suse.com> Co-authored-by: Frode Gundersen <fgundersen@saltstack.com> Co-authored-by: Gareth J. Greenaway <gareth@saltstack.com> Co-authored-by: Gareth J. Greenaway <gareth@wiked.org> Co-authored-by: Hoa-Long Tam <hoalong@apple.com> Co-authored-by: krionbsd <krion@freebsd.org> Co-authored-by: Elias Probst <e.probst@ssc-services.de> Co-authored-by: Daniel A. Wozniak <dwozniak@vmware.com> Co-authored-by: Frode Gundersen <frogunder@gmail.com> Co-authored-by: twangboy <slee@saltstack.com> Co-authored-by: twangboy <leesh@vmware.com> Co-authored-by: ScriptAutomate <derek@icanteven.io>
2021-04-27 11:47:47 -04:00
- --include=requirements/pyobjc.txt
2020-09-25 12:17:53 +01:00
- --passthrough-line-from-input=^pyobjc(.*)$
- requirements/static/pkg/darwin.in
- id: pip-tools-compile
alias: compile-pkg-darwin-3.9-zmq-requirements
name: Darwin Packaging Py3.9 ZeroMQ Requirements
Merge Freeze into Master (#60074) * Merge 3002.6 bugfix changes (#59822) * Pass `CI_RUN` as an environment variable to the test run. This allows us to know if we're running the test suite under a CI environment or not and adapt/adjust if needed * Migrate `unit.setup` to PyTest * Backport ae36b15 just for test_install.py * Only skip tests on CI runs * Always store git sha in _version.py during installation * Fix PEP440 compliance. The wheel metadata version 1.2 states that the package version MUST be PEP440 compliant. This means that instead of `3002.2-511-g033c53eccb`, the salt version string should look like `3002.2+511.g033c53eccb`, a post release of `3002.2` ahead by 511 commits with the git sha `033c53eccb` * Fix and migrate `tests/unit/test_version.py` to PyTest * Skip test if `easy_install` is not available * We also need to be PEP440 compliant when there's no git history * Allow extra_filerefs as sanitized kwargs for SSH client * Fix regression on cmd.run when passing tuples as cmd Co-authored-by: Alexander Graul <agraul@suse.com> * Add unit tests to ensure cmd.run accepts tuples * Add unit test to check for extra_filerefs on SSH opts * Add changelog file * Fix comment for test case * Fix unit test to avoid failing on Windows * Skip failing test on windows * Fix test to work on Windows * Add all ssh kwargs to sanitize_kwargs method * Run pre-commit * Fix pylint * Fix cmdmod loglevel and module_names tests * Fix pre-commit * Skip ssh tests if binary does not exist * Use setup_loader for cmdmod test * Prevent argument injection in restartcheck * Add changelog for restartcheck fix * docs_3002.6 * Add back tests removed in merge Co-authored-by: Pedro Algarvio <pedro@algarvio.me> Co-authored-by: Megan Wilhite <megan.wilhite@gmail.com> Co-authored-by: Bryce Larson <brycel@vmware.com> Co-authored-by: Pablo Suárez Hernández <psuarezhernandez@suse.com> Co-authored-by: Alexander Graul <agraul@suse.com> Co-authored-by: Frode Gundersen <fgundersen@saltstack.com> * Remove glance state module in favor of glance_image * update wording in changelog * bump deprecation warning to Silicon. * Updating warnutil version to Phosphorous. * Update salt/modules/keystone.py Co-authored-by: Megan Wilhite <megan.wilhite@gmail.com> * Check $HOMEBREW_PREFIX when linking against libcrypto When loading `libcrypto`, Salt checks for a Homebrew installation of `openssl` at Homebrew's default prefix of `/usr/local`. However, on Apple Silicon Macs, Homebrew's default installation prefix is `/opt/homebrew`. On all platforms, the prefix is configurable. If Salt doesn't find one of those `libcrypto`s, it will fall back on the un-versioned `/usr/lib/libcrypto.dylib`, which will cause the following crash: Application Specific Information: /usr/lib/libcrypto.dylib abort() called Invalid dylib load. Clients should not load the unversioned libcrypto dylib as it does not have a stable ABI. This commit checks $HOMEBREW_PREFIX instead of hard-coding `/usr/local`. * Add test case * Add changelog for 59808 * Add changelog entry * Make _find_libcrypto fail on Big Sur if it can't find a library Right now, if `_find_libcrypto` can't find any externally-managed versions of libcrypto, it will fall back on the pre-Catalina un-versioned system libcrypto. This does not exist on Big Sur and it would be better to raise an exception here rather than crashing later when trying to open it. * Update _find_libcrypto tests This commit simplifies the unit tests for _find_libcrypto by mocking out the host's filesystem and testing the common libcrypto installations (brew, ports, etc.) on Big Sur. It simplifies the tests for falling back on system versions of libcrypto on previous versions of macOS. * Fix description of test_find_libcrypto_with_system_before_catalina * Patch sys.platform for test_rsax931 tests * modules/match: add missing "minion_id" in Pillar example The documented Pillar example for `match.filter_by` lacks the `minion_id` parameter. Without it, the assignment won't work as expected. - fix documentation - add tests: - to prove the misbehavior of the documented example - to prove the proper behaviour when supplying `minion_id` - to ensure some misbehaviour observed with compound matchers doesn't occur * Fix for issue #59773 - When instantiating the loader grab values of grains and pillars if they are NamedLoaderContext instances. - The loader uses a copy of opts. - Impliment deepcopy on NamedLoaderContext instances. * Add changelog for #59773 * _get_initial_pillar function returns pillar * Fix linter issues * Clean up test * Bump deprecation release for neutron * Uncomment Sulfur release name * Removing the _ext_nodes deprecation warning and alias. * Adding changelog. * Renaming changelog file. * Update 59804.removed * Initial pass at fips_mode config option * Fix pre-commit * Fix tests and add changelog * update docs 3003 * update docs 3003 - newline * Fix warts in changelog * update releasenotes 3003 * add ubuntu-2004-amd64 m2crypto pycryptodome and tcp tests * add distro_arch * changing the cloud platforms file missed in 1a9b7be0e2f300d87924731dc5816fd1000cd22b * Update __utils__ calls to import utils in azure * Add changelog for 59744 * Fix azure unit tests and move to pytest * Use contextvars from site-packages for thin If a contextvars package exists one of the site-packages locations use it for the generated thin tarball. This overrides python's builtin contextvars and allows salt-ssh to work with python <=3.6 even when the master's python is >3.6 (Fixes #59942) * Add regression test for #59942 * Add changelog for #59942 * Update filemap to include test_py_versions * Fix broken thin tests * Always install the `contextvars` backport, even on Py3.7+ Without this change, salt-ssh cannot target systems with Python <= 3.6 * Use salt-factories to handle the container. Don't override default roster * Fix thin tests on windows * No need to use warn log level here * Fix getsitepackages for old virtualenv versions * Add explicit pyobjc reqs * Add back the passthrough stuff * Remove a line so pre-commit will run * Bugfix release docs * Bugfix release docs * Removing pip-compile log files * Fix failing test tests.unit.grains.test_core.CoreGrainsTestCase.test_xen_virtual * Fix pre-commit for docs.txt reqs Co-authored-by: Daniel Wozniak <dwozniak@saltstack.com> Co-authored-by: Pedro Algarvio <pedro@algarvio.me> Co-authored-by: Bryce Larson <brycel@vmware.com> Co-authored-by: Pablo Suárez Hernández <psuarezhernandez@suse.com> Co-authored-by: Alexander Graul <agraul@suse.com> Co-authored-by: Frode Gundersen <fgundersen@saltstack.com> Co-authored-by: Gareth J. Greenaway <gareth@saltstack.com> Co-authored-by: Gareth J. Greenaway <gareth@wiked.org> Co-authored-by: Hoa-Long Tam <hoalong@apple.com> Co-authored-by: krionbsd <krion@freebsd.org> Co-authored-by: Elias Probst <e.probst@ssc-services.de> Co-authored-by: Daniel A. Wozniak <dwozniak@vmware.com> Co-authored-by: Frode Gundersen <frogunder@gmail.com> Co-authored-by: twangboy <slee@saltstack.com> Co-authored-by: twangboy <leesh@vmware.com> Co-authored-by: ScriptAutomate <derek@icanteven.io>
2021-04-27 11:47:47 -04:00
files: ^(requirements/((base|zeromq|crypto|darwin|pyobjc)\.txt|static/pkg/(darwin\.in|py3\.9/darwin\.txt)))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
- --py-version=3.9
- --platform=darwin
- --include=requirements/darwin.txt
Merge Freeze into Master (#60074) * Merge 3002.6 bugfix changes (#59822) * Pass `CI_RUN` as an environment variable to the test run. This allows us to know if we're running the test suite under a CI environment or not and adapt/adjust if needed * Migrate `unit.setup` to PyTest * Backport ae36b15 just for test_install.py * Only skip tests on CI runs * Always store git sha in _version.py during installation * Fix PEP440 compliance. The wheel metadata version 1.2 states that the package version MUST be PEP440 compliant. This means that instead of `3002.2-511-g033c53eccb`, the salt version string should look like `3002.2+511.g033c53eccb`, a post release of `3002.2` ahead by 511 commits with the git sha `033c53eccb` * Fix and migrate `tests/unit/test_version.py` to PyTest * Skip test if `easy_install` is not available * We also need to be PEP440 compliant when there's no git history * Allow extra_filerefs as sanitized kwargs for SSH client * Fix regression on cmd.run when passing tuples as cmd Co-authored-by: Alexander Graul <agraul@suse.com> * Add unit tests to ensure cmd.run accepts tuples * Add unit test to check for extra_filerefs on SSH opts * Add changelog file * Fix comment for test case * Fix unit test to avoid failing on Windows * Skip failing test on windows * Fix test to work on Windows * Add all ssh kwargs to sanitize_kwargs method * Run pre-commit * Fix pylint * Fix cmdmod loglevel and module_names tests * Fix pre-commit * Skip ssh tests if binary does not exist * Use setup_loader for cmdmod test * Prevent argument injection in restartcheck * Add changelog for restartcheck fix * docs_3002.6 * Add back tests removed in merge Co-authored-by: Pedro Algarvio <pedro@algarvio.me> Co-authored-by: Megan Wilhite <megan.wilhite@gmail.com> Co-authored-by: Bryce Larson <brycel@vmware.com> Co-authored-by: Pablo Suárez Hernández <psuarezhernandez@suse.com> Co-authored-by: Alexander Graul <agraul@suse.com> Co-authored-by: Frode Gundersen <fgundersen@saltstack.com> * Remove glance state module in favor of glance_image * update wording in changelog * bump deprecation warning to Silicon. * Updating warnutil version to Phosphorous. * Update salt/modules/keystone.py Co-authored-by: Megan Wilhite <megan.wilhite@gmail.com> * Check $HOMEBREW_PREFIX when linking against libcrypto When loading `libcrypto`, Salt checks for a Homebrew installation of `openssl` at Homebrew's default prefix of `/usr/local`. However, on Apple Silicon Macs, Homebrew's default installation prefix is `/opt/homebrew`. On all platforms, the prefix is configurable. If Salt doesn't find one of those `libcrypto`s, it will fall back on the un-versioned `/usr/lib/libcrypto.dylib`, which will cause the following crash: Application Specific Information: /usr/lib/libcrypto.dylib abort() called Invalid dylib load. Clients should not load the unversioned libcrypto dylib as it does not have a stable ABI. This commit checks $HOMEBREW_PREFIX instead of hard-coding `/usr/local`. * Add test case * Add changelog for 59808 * Add changelog entry * Make _find_libcrypto fail on Big Sur if it can't find a library Right now, if `_find_libcrypto` can't find any externally-managed versions of libcrypto, it will fall back on the pre-Catalina un-versioned system libcrypto. This does not exist on Big Sur and it would be better to raise an exception here rather than crashing later when trying to open it. * Update _find_libcrypto tests This commit simplifies the unit tests for _find_libcrypto by mocking out the host's filesystem and testing the common libcrypto installations (brew, ports, etc.) on Big Sur. It simplifies the tests for falling back on system versions of libcrypto on previous versions of macOS. * Fix description of test_find_libcrypto_with_system_before_catalina * Patch sys.platform for test_rsax931 tests * modules/match: add missing "minion_id" in Pillar example The documented Pillar example for `match.filter_by` lacks the `minion_id` parameter. Without it, the assignment won't work as expected. - fix documentation - add tests: - to prove the misbehavior of the documented example - to prove the proper behaviour when supplying `minion_id` - to ensure some misbehaviour observed with compound matchers doesn't occur * Fix for issue #59773 - When instantiating the loader grab values of grains and pillars if they are NamedLoaderContext instances. - The loader uses a copy of opts. - Impliment deepcopy on NamedLoaderContext instances. * Add changelog for #59773 * _get_initial_pillar function returns pillar * Fix linter issues * Clean up test * Bump deprecation release for neutron * Uncomment Sulfur release name * Removing the _ext_nodes deprecation warning and alias. * Adding changelog. * Renaming changelog file. * Update 59804.removed * Initial pass at fips_mode config option * Fix pre-commit * Fix tests and add changelog * update docs 3003 * update docs 3003 - newline * Fix warts in changelog * update releasenotes 3003 * add ubuntu-2004-amd64 m2crypto pycryptodome and tcp tests * add distro_arch * changing the cloud platforms file missed in 1a9b7be0e2f300d87924731dc5816fd1000cd22b * Update __utils__ calls to import utils in azure * Add changelog for 59744 * Fix azure unit tests and move to pytest * Use contextvars from site-packages for thin If a contextvars package exists one of the site-packages locations use it for the generated thin tarball. This overrides python's builtin contextvars and allows salt-ssh to work with python <=3.6 even when the master's python is >3.6 (Fixes #59942) * Add regression test for #59942 * Add changelog for #59942 * Update filemap to include test_py_versions * Fix broken thin tests * Always install the `contextvars` backport, even on Py3.7+ Without this change, salt-ssh cannot target systems with Python <= 3.6 * Use salt-factories to handle the container. Don't override default roster * Fix thin tests on windows * No need to use warn log level here * Fix getsitepackages for old virtualenv versions * Add explicit pyobjc reqs * Add back the passthrough stuff * Remove a line so pre-commit will run * Bugfix release docs * Bugfix release docs * Removing pip-compile log files * Fix failing test tests.unit.grains.test_core.CoreGrainsTestCase.test_xen_virtual * Fix pre-commit for docs.txt reqs Co-authored-by: Daniel Wozniak <dwozniak@saltstack.com> Co-authored-by: Pedro Algarvio <pedro@algarvio.me> Co-authored-by: Bryce Larson <brycel@vmware.com> Co-authored-by: Pablo Suárez Hernández <psuarezhernandez@suse.com> Co-authored-by: Alexander Graul <agraul@suse.com> Co-authored-by: Frode Gundersen <fgundersen@saltstack.com> Co-authored-by: Gareth J. Greenaway <gareth@saltstack.com> Co-authored-by: Gareth J. Greenaway <gareth@wiked.org> Co-authored-by: Hoa-Long Tam <hoalong@apple.com> Co-authored-by: krionbsd <krion@freebsd.org> Co-authored-by: Elias Probst <e.probst@ssc-services.de> Co-authored-by: Daniel A. Wozniak <dwozniak@vmware.com> Co-authored-by: Frode Gundersen <frogunder@gmail.com> Co-authored-by: twangboy <slee@saltstack.com> Co-authored-by: twangboy <leesh@vmware.com> Co-authored-by: ScriptAutomate <derek@icanteven.io>
2021-04-27 11:47:47 -04:00
- --include=requirements/pyobjc.txt
2020-09-25 12:17:53 +01:00
- --passthrough-line-from-input=^pyobjc(.*)$
- requirements/static/pkg/darwin.in
2021-05-05 06:19:16 +01:00
- id: pip-tools-compile
alias: compile-pkg-darwin-3.10-zmq-requirements
name: Darwin Packaging Py3.10 ZeroMQ Requirements
files: ^(requirements/((base|zeromq|crypto|darwin|pyobjc)\.txt|static/pkg/(darwin\.in|py3\.10/darwin\.txt)))$
pass_filenames: false
args:
- -v
- --py-version=3.10
- --platform=darwin
- --include=requirements/darwin.txt
- --include=requirements/pyobjc.txt
- --passthrough-line-from-input=^pyobjc(.*)$
- requirements/static/pkg/darwin.in
2020-09-25 12:17:53 +01:00
- id: pip-tools-compile
alias: compile-pkg-windows-3.7-zmq-requirements
name: Windows Packaging Py3.7 ZeroMQ Requirements
files: ^requirements/((base|zeromq|crypto|windows)\.txt|static/pkg/(windows\.in|py3\.7/windows\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
- --py-version=3.7
- --platform=windows
- --include=requirements/windows.txt
2020-09-25 12:17:53 +01:00
- requirements/static/pkg/windows.in
2021-03-22 16:43:28 -06:00
- id: pip-tools-compile
alias: compile-pkg-windows-3.8-zmq-requirements
name: Windows Packaging Py3.8 ZeroMQ Requirements
files: ^requirements/((base|zeromq|crypto|windows)\.txt|static/pkg/(windows\.in|py3\.8/windows\.txt))$
pass_filenames: false
args:
- -v
- --py-version=3.8
- --platform=windows
- --include=requirements/windows.txt
- requirements/static/pkg/windows.in
2020-09-25 12:17:53 +01:00
2021-05-26 18:31:13 +01:00
- id: pip-tools-compile
alias: compile-pkg-windows-3.9-zmq-requirements
name: Windows Packaging Py3.9 ZeroMQ Requirements
files: ^requirements/((base|zeromq|crypto|windows)\.txt|static/pkg/(windows\.in|py3\.9/windows\.txt))$
pass_filenames: false
args:
- -v
- --py-version=3.9
- --platform=windows
- --include=requirements/windows.txt
- requirements/static/pkg/windows.in
2021-05-05 06:19:16 +01:00
# 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
2020-09-25 12:17:53 +01:00
# <---- Packaging Requirements -------------------------------------------------------------------------------------
# ----- CI Requirements ------------------------------------------------------------------------------------------->
- id: pip-tools-compile
alias: compile-ci-linux-py3.5-zmq-requirements
name: Linux CI Py3.5 ZeroMQ Requirements
files: ^requirements/((base|zeromq|pytest)\.txt|static/((ci|pkg)/(linux\.in|git-sources\.txt)|pkg/py3\.5/linux\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
- --py-version=3.5
- --platform=linux
2020-09-25 12:17:53 +01:00
- --include=requirements/static/pkg/py{py_version}/linux.txt
- --include=requirements/pytest.txt
- --include=requirements/static/ci/common.in
- --include=requirements/static/ci/git-sources.txt
2020-09-25 12:17:53 +01:00
- requirements/static/ci/linux.in
2019-12-03 10:57:49 +00:00
- id: pip-tools-compile
alias: compile-ci-linux-py3.6-zmq-requirements
name: Linux CI Py3.6 ZeroMQ Requirements
files: ^requirements/((base|zeromq|pytest)\.txt|static/((ci|pkg)/(linux\.in|git-sources\.txt)|pkg/py3\.6/linux\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
2020-06-03 13:58:37 +01:00
- --py-version=3.6
- --platform=linux
2020-09-25 12:17:53 +01:00
- --include=requirements/static/pkg/py{py_version}/linux.txt
- --include=requirements/pytest.txt
- --include=requirements/static/ci/common.in
- --include=requirements/static/ci/git-sources.txt
2020-09-25 12:17:53 +01:00
- requirements/static/ci/linux.in
2019-12-03 10:57:49 +00:00
- id: pip-tools-compile
alias: compile-ci-linux-py3.7-zmq-requirements
name: Linux CI Py3.7 ZeroMQ Requirements
files: ^requirements/((base|zeromq|pytest)\.txt|static/((ci|pkg)/(linux\.in|git-sources\.txt)|pkg/py3\.7/linux\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
2020-06-03 13:58:37 +01:00
- --py-version=3.7
- --platform=linux
2020-09-25 12:17:53 +01:00
- --include=requirements/static/pkg/py{py_version}/linux.txt
- --include=requirements/pytest.txt
- --include=requirements/static/ci/common.in
- --include=requirements/static/ci/git-sources.txt
2020-09-25 12:17:53 +01:00
- requirements/static/ci/linux.in
- id: pip-tools-compile
alias: compile-ci-linux-py3.8-zmq-requirements
name: Linux CI Py3.8 ZeroMQ Requirements
files: ^requirements/((base|zeromq|pytest)\.txt|static/((ci|pkg)/(linux\.in|git-sources\.txt)|pkg/py3\.8/linux\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
2020-06-03 13:58:37 +01:00
- --py-version=3.8
- --platform=linux
2020-09-25 12:17:53 +01:00
- --include=requirements/static/pkg/py{py_version}/linux.txt
2020-06-03 13:58:37 +01:00
- --include=requirements/pytest.txt
- --include=requirements/static/ci/common.in
- --include=requirements/static/ci/git-sources.txt
2020-09-25 12:17:53 +01:00
- requirements/static/ci/linux.in
- id: pip-tools-compile
alias: compile-ci-linux-py3.9-zmq-requirements
name: Linux CI Py3.9 ZeroMQ Requirements
files: ^requirements/((base|zeromq|pytest)\.txt|static/((ci|pkg)/(linux\.in|git-sources\.txt)|pkg/py3\.9/linux\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
2020-06-03 13:58:37 +01:00
- --py-version=3.9
- --platform=linux
2020-09-25 12:17:53 +01:00
- --include=requirements/static/pkg/py{py_version}/linux.txt
2020-06-03 13:58:37 +01:00
- --include=requirements/pytest.txt
- --include=requirements/static/ci/common.in
- --include=requirements/static/ci/git-sources.txt
2020-09-25 12:17:53 +01:00
- requirements/static/ci/linux.in
2021-05-05 06:19:16 +01:00
- id: pip-tools-compile
alias: compile-ci-linux-py3.10-zmq-requirements
name: Linux CI Py3.10 ZeroMQ Requirements
files: ^requirements/((base|zeromq|pytest)\.txt|static/((ci|pkg)/(linux\.in|git-sources\.txt)|pkg/py3\.10/linux\.txt))$
pass_filenames: false
args:
- -v
- --py-version=3.10
- --platform=linux
- --include=requirements/static/pkg/py{py_version}/linux.txt
- --include=requirements/pytest.txt
- --include=requirements/static/ci/common.in
- --include=requirements/static/ci/git-sources.txt
- requirements/static/ci/linux.in
2020-04-14 18:37:33 -04:00
- id: pip-tools-compile
alias: compile-ci-linux-crypto-py3.5-requirements
name: Linux CI Py3.5 Crypto Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/(crypto\.txt|static/ci/(crypto\.in|py3\.5/linux-crypto\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2020-04-14 18:37:33 -04:00
args:
- -v
- --py-version=3.5
- --platform=linux
2020-06-03 13:58:37 +01:00
- --out-prefix=linux
2020-09-25 12:17:53 +01:00
- requirements/static/ci/crypto.in
2020-04-14 18:37:33 -04:00
2019-11-13 14:14:35 +00:00
- id: pip-tools-compile
alias: compile-ci-linux-crypto-py3.6-requirements
name: Linux CI Py3.6 Crypto Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/(crypto\.txt|static/ci/(crypto\.in|py3\.6/linux-crypto\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2019-11-13 14:14:35 +00:00
args:
- -v
2020-06-03 13:58:37 +01:00
- --py-version=3.6
2019-11-13 14:14:35 +00:00
- --platform=linux
- --out-prefix=linux
2020-09-25 12:17:53 +01:00
- requirements/static/ci/crypto.in
2019-12-03 10:57:49 +00:00
2019-11-13 14:14:35 +00:00
- id: pip-tools-compile
alias: compile-ci-linux-crypto-py3.7-requirements
name: Linux CI Py3.7 Crypto Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/(crypto\.txt|static/ci/(crypto\.in|py3\.7/linux-crypto\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2019-11-13 14:14:35 +00:00
args:
- -v
2020-06-03 13:58:37 +01:00
- --py-version=3.7
- --platform=linux
- --out-prefix=linux
2020-09-25 12:17:53 +01:00
- requirements/static/ci/crypto.in
2019-12-03 10:57:49 +00:00
2019-11-13 14:14:35 +00:00
- id: pip-tools-compile
alias: compile-ci-linux-crypto-py3.8-requirements
name: Linux CI Py3.8 Crypto Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/(crypto\.txt|static/ci/(crypto\.in|py3\.8/linux-crypto\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2019-11-13 14:14:35 +00:00
args:
- -v
2020-06-03 13:58:37 +01:00
- --py-version=3.8
- --platform=linux
- --out-prefix=linux
2020-09-25 12:17:53 +01:00
- requirements/static/ci/crypto.in
2019-11-13 14:14:35 +00:00
2019-12-03 10:57:49 +00:00
- id: pip-tools-compile
alias: compile-ci-linux-crypto-py3.9-requirements
name: Linux CI Py3.9 Crypto Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/(crypto\.txt|static/ci/(crypto\.in|py3\.9/linux-crypto\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2019-12-03 10:57:49 +00:00
args:
- -v
2020-06-03 13:58:37 +01:00
- --py-version=3.9
2019-12-03 10:57:49 +00:00
- --platform=linux
2020-06-03 13:58:37 +01:00
- --out-prefix=linux
2020-09-25 12:17:53 +01:00
- requirements/static/ci/crypto.in
2020-06-03 13:58:37 +01:00
2021-05-05 06:19:16 +01:00
- id: pip-tools-compile
alias: compile-ci-linux-crypto-py3.10-requirements
name: Linux CI Py3.10 Crypto Requirements
files: ^requirements/(crypto\.txt|static/ci/crypto\.in)$
2021-08-03 13:43:17 +01:00
files: ^requirements/(crypto\.txt|static/ci/(crypto\.in|py3\.10/linux-crypto\.txt))$
2021-05-05 06:19:16 +01:00
pass_filenames: false
args:
- -v
- --py-version=3.10
- --platform=linux
- --out-prefix=linux
- requirements/static/ci/crypto.in
2019-12-03 10:57:49 +00:00
- id: pip-tools-compile
alias: compile-ci-freebsd-py3.7-zmq-requirements
name: FreeBSD CI Py3.7 ZeroMQ Requirements
files: ^requirements/((base|zeromq|pytest)\.txt|static/((ci|pkg)/(freebsd|common)\.in|pkg/py3\.7/freebsd\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
2020-06-03 13:58:37 +01:00
- --py-version=3.7
- --platform=freebsd
2020-09-25 12:17:53 +01:00
- --include=requirements/static/pkg/py{py_version}/freebsd.txt
- --include=requirements/pytest.txt
- --include=requirements/static/ci/common.in
2020-09-25 12:17:53 +01:00
- requirements/static/ci/freebsd.in
- id: pip-tools-compile
alias: compile-ci-freebsd-py3.8-zmq-requirements
name: FreeBSD CI Py3.8 ZeroMQ Requirements
files: ^requirements/((base|zeromq|pytest)\.txt|static/((ci|pkg)/(freebsd|common)\.in|pkg/py3\.8/freebsd\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
2020-06-03 13:58:37 +01:00
- --py-version=3.8
- --platform=freebsd
2020-09-25 12:17:53 +01:00
- --include=requirements/static/pkg/py{py_version}/freebsd.txt
2020-06-03 13:58:37 +01:00
- --include=requirements/pytest.txt
- --include=requirements/static/ci/common.in
2020-09-25 12:17:53 +01:00
- requirements/static/ci/freebsd.in
2019-05-09 11:52:48 +01:00
- id: pip-tools-compile
alias: compile-ci-freebsd-py3.9-zmq-requirements
name: FreeBSD CI Py3.9 ZeroMQ Requirements
files: ^requirements/((base|zeromq|pytest)\.txt|static/((ci|pkg)/(freebsd|common)\.in|pkg/py3\.9/freebsd\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
2020-06-03 13:58:37 +01:00
- --py-version=3.9
- --platform=freebsd
2020-09-25 12:17:53 +01:00
- --include=requirements/static/pkg/py{py_version}/freebsd.txt
2020-06-03 13:58:37 +01:00
- --include=requirements/pytest.txt
- --include=requirements/static/ci/common.in
2020-09-25 12:17:53 +01:00
- requirements/static/ci/freebsd.in
2021-05-05 06:19:16 +01:00
- id: pip-tools-compile
alias: compile-ci-freebsd-py3.10-zmq-requirements
name: FreeBSD CI Py3.10 ZeroMQ Requirements
files: ^requirements/((base|zeromq|pytest)\.txt|static/((ci|pkg)/(freebsd|common)\.in|pkg/py3\.10/freebsd\.txt))$
pass_filenames: false
args:
- -v
- --py-version=3.10
- --platform=freebsd
2021-05-05 06:19:16 +01:00
- --include=requirements/static/pkg/py{py_version}/freebsd.txt
- --include=requirements/pytest.txt
- --include=requirements/static/ci/common.in
- requirements/static/ci/freebsd.in
2019-11-13 14:14:35 +00:00
- id: pip-tools-compile
alias: compile-ci-freebsd-crypto-py3.7-requirements
name: FreeBSD CI Py3.7 Crypto Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/(crypto\.txt|static/ci/(crypto\.in|py3\.7/freebsd-crypto\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2019-11-13 14:14:35 +00:00
args:
- -v
2020-06-03 13:58:37 +01:00
- --py-version=3.7
- --platform=freebsd
2020-06-03 13:58:37 +01:00
- --out-prefix=freebsd
2020-09-25 12:17:53 +01:00
- requirements/static/ci/crypto.in
2019-12-03 10:57:49 +00:00
2019-11-13 14:14:35 +00:00
- id: pip-tools-compile
alias: compile-ci-freebsd-crypto-py3.8-requirements
name: FreeBSD CI Py3.8 Crypto Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/(crypto\.txt|static/ci/(crypto\.in|py3\.8/freebsd-crypto\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2019-11-13 14:14:35 +00:00
args:
- -v
2020-06-03 13:58:37 +01:00
- --py-version=3.8
- --platform=freebsd
2020-06-03 13:58:37 +01:00
- --out-prefix=freebsd
2020-09-25 12:17:53 +01:00
- requirements/static/ci/crypto.in
2019-11-13 14:14:35 +00:00
2019-12-03 10:57:49 +00:00
- id: pip-tools-compile
alias: compile-ci-freebsd-crypto-py3.9-requirements
name: FreeBSD CI Py3.9 Crypto Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/(crypto\.txt|static/ci/(crypto\.in|py3\.9/freebsd-crypto\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2019-12-03 10:57:49 +00:00
args:
- -v
2020-06-03 13:58:37 +01:00
- --py-version=3.9
- --platform=freebsd
2020-06-03 13:58:37 +01:00
- --out-prefix=freebsd
2020-09-25 12:17:53 +01:00
- requirements/static/ci/crypto.in
2020-06-03 13:58:37 +01:00
2021-05-05 06:19:16 +01:00
- id: pip-tools-compile
alias: compile-ci-freebsd-crypto-py3.10-requirements
name: FreeBSD CI Py3.10 Crypto Requirements
files: ^requirements/(crypto\.txt|static/ci/crypto\.in)$
2021-08-03 13:43:17 +01:00
files: ^requirements/(crypto\.txt|static/ci/(crypto\.in|py3\.10/freebsd-crypto\.txt))$
2021-05-05 06:19:16 +01:00
pass_filenames: false
args:
- -v
- --py-version=3.10
- --platform=freebsd
2021-05-05 06:19:16 +01:00
- --out-prefix=freebsd
- requirements/static/ci/crypto.in
2019-12-03 10:57:49 +00:00
2019-05-09 11:52:48 +01:00
- id: pip-tools-compile
alias: compile-ci-darwin-py3.7-zmq-requirements
name: Darwin CI Py3.7 ZeroMQ Requirements
files: ^(pkg/osx/(req|req_pyobjc)\.txt|requirements/((base|zeromq|pytest)\.txt|static/((ci|pkg)/(darwin|common)\.in|pkg/py3\.7/darwin\.txt)))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2019-05-09 11:52:48 +01:00
args:
- -v
- --py-version=3.7
2020-06-03 13:58:37 +01:00
- --platform=darwin
2020-09-25 12:17:53 +01:00
- --include=requirements/static/pkg/py{py_version}/darwin.txt
2019-05-09 11:52:48 +01:00
- --include=requirements/pytest.txt
- --include=requirements/static/ci/common.in
2020-06-03 13:58:37 +01:00
- --passthrough-line-from-input=^pyobjc(.*)$
2020-09-25 12:17:53 +01:00
- requirements/static/ci/darwin.in
2019-05-09 11:52:48 +01:00
- id: pip-tools-compile
alias: compile-ci-darwin-py3.8-zmq-requirements
name: Darwin CI Py3.8 ZeroMQ Requirements
files: ^(pkg/osx/(req|req_pyobjc)\.txt|requirements/((base|zeromq|pytest)\.txt|static/((ci|pkg)/(darwin|common)\.in|pkg/py3\.8/darwin\.txt)))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2019-05-09 11:52:48 +01:00
args:
- -v
2020-06-03 13:58:37 +01:00
- --py-version=3.8
- --platform=darwin
2020-09-25 12:17:53 +01:00
- --include=requirements/static/pkg/py{py_version}/darwin.txt
2020-06-03 13:58:37 +01:00
- --include=requirements/pytest.txt
- --include=requirements/static/ci/common.in
2020-06-03 13:58:37 +01:00
- --passthrough-line-from-input=^pyobjc(.*)$
2020-09-25 12:17:53 +01:00
- requirements/static/ci/darwin.in
- id: pip-tools-compile
alias: compile-ci-darwin-py3.9-zmq-requirements
name: Darwin CI Py3.9 ZeroMQ Requirements
files: ^(pkg/osx/(req|req_pyobjc)\.txt|requirements/((base|zeromq|pytest)\.txt|static/((ci|pkg)/(darwin|common)\.in|pkg/py3\.9/darwin\.txt)))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
2020-06-03 13:58:37 +01:00
- --py-version=3.9
- --platform=darwin
2020-09-25 12:17:53 +01:00
- --include=requirements/static/pkg/py{py_version}/darwin.txt
2020-06-03 13:58:37 +01:00
- --include=requirements/pytest.txt
- --include=requirements/static/ci/common.in
2020-06-03 13:58:37 +01:00
- --passthrough-line-from-input=^pyobjc(.*)$
2020-09-25 12:17:53 +01:00
- requirements/static/ci/darwin.in
2019-11-29 16:13:36 +00:00
2021-05-05 06:19:16 +01:00
- id: pip-tools-compile
alias: compile-ci-darwin-py3.10-zmq-requirements
name: Darwin CI Py3.10 ZeroMQ Requirements
files: ^(pkg/osx/(req|req_pyobjc)\.txt|requirements/((base|zeromq|pytest)\.txt|static/((ci|pkg)/(darwin|common)\.in|pkg/py3\.10/darwin\.txt)))$
pass_filenames: false
args:
- -v
- --py-version=3.10
- --platform=darwin
- --include=requirements/static/pkg/py{py_version}/darwin.txt
- --include=requirements/pytest.txt
- --include=requirements/static/ci/common.in
- --passthrough-line-from-input=^pyobjc(.*)$
- requirements/static/ci/darwin.in
2020-06-03 13:58:37 +01:00
- id: pip-tools-compile
alias: compile-ci-darwin-crypto-py3.7-requirements
name: Darwin CI Py3.7 Crypto Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/(crypto\.txt|static/ci/(crypto\.in|py3\.7/darwin-crypto\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2019-11-13 14:14:35 +00:00
args:
- -v
- --py-version=3.7
- --platform=darwin
- --out-prefix=darwin
2020-09-25 12:17:53 +01:00
- requirements/static/ci/crypto.in
2019-12-03 10:57:49 +00:00
2019-11-13 14:14:35 +00:00
- id: pip-tools-compile
alias: compile-ci-darwin-crypto-py3.8-requirements
name: Darwin CI Py3.8 Crypto Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/(crypto\.txt|static/ci/(crypto\.in|py3\.8/darwin-crypto\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2019-11-13 14:14:35 +00:00
args:
- -v
2020-06-03 13:58:37 +01:00
- --py-version=3.8
- --platform=darwin
- --out-prefix=darwin
2020-09-25 12:17:53 +01:00
- requirements/static/ci/crypto.in
2019-11-13 14:14:35 +00:00
2019-12-03 10:57:49 +00:00
- id: pip-tools-compile
alias: compile-ci-darwin-crypto-py3.9-requirements
name: Darwin CI Py3.9 Crypto Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/(crypto\.txt|static/ci/(crypto\.in|py3\.9/darwin-crypto\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2019-12-03 10:57:49 +00:00
args:
- -v
2020-06-03 13:58:37 +01:00
- --py-version=3.9
- --platform=darwin
- --out-prefix=darwin
2020-09-25 12:17:53 +01:00
- requirements/static/ci/crypto.in
2020-06-03 13:58:37 +01:00
2021-05-05 06:19:16 +01:00
- id: pip-tools-compile
alias: compile-ci-darwin-crypto-py3.10-requirements
name: Darwin CI Py3.10 Crypto Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/(crypto\.txt|static/ci/(crypto\.in|py3\.10/darwin-crypto\.txt))$
2021-05-05 06:19:16 +01:00
pass_filenames: false
args:
- -v
- --py-version=3.10
- --platform=darwin
- --out-prefix=darwin
- requirements/static/ci/crypto.in
2020-06-03 13:58:37 +01:00
- id: pip-tools-compile
alias: compile-ci-windows-py3.7-zmq-requirements
name: Windows CI Py3.7 ZeroMQ Requirements
files: requirements/((base|zeromq|pytest)\.txt|static/((ci|pkg)/(windows|common)\.in|pkg/py3\.7/windows\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2020-06-03 13:58:37 +01:00
args:
- -v
- --py-version=3.7
- --platform=windows
2020-09-25 12:17:53 +01:00
- --include=requirements/static/pkg/py{py_version}/windows.txt
- --include=requirements/pytest.txt
- --include=requirements/static/ci/common.in
2020-09-25 12:17:53 +01:00
- requirements/static/ci/windows.in
2021-03-22 16:43:28 -06:00
- id: pip-tools-compile
alias: compile-ci-windows-py3.8-zmq-requirements
name: Windows CI Py3.8 ZeroMQ Requirements
files: requirements/((base|zeromq|pytest)\.txt|static/((ci|pkg)/(windows|common)\.in|pkg/py3\.8/windows\.txt))$
pass_filenames: false
args:
- -v
- --py-version=3.8
- --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
2021-05-26 18:31:13 +01:00
- id: pip-tools-compile
alias: compile-ci-windows-py3.9-zmq-requirements
name: Windows CI Py3.9 ZeroMQ Requirements
files: requirements/((base|zeromq|pytest)\.txt|static/((ci|pkg)/(windows|common)\.in|pkg/py3\.9/windows\.txt))$
pass_filenames: false
args:
- -v
- --py-version=3.9
- --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
2021-05-05 06:19:16 +01:00
# 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
2021-04-30 12:20:52 -06:00
- id: pip-tools-compile
alias: compile-ci-windows-crypto-py3.6-requirements
name: Windows CI Py3.6 Crypto Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/(crypto\.txt|static/ci/(crypto\.in|py3\.6/windows-crypto\.txt))$
2021-04-30 12:20:52 -06:00
pass_filenames: false
args:
- -v
- --py-version=3.6
- --platform=windows
- --out-prefix=windows
- requirements/static/ci/crypto.in
- id: pip-tools-compile
alias: compile-ci-windows-crypto-py3.7-requirements
name: Windows CI Py3.7 Crypto Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/(crypto\.txt|static/ci/(crypto\.in|py3\.7/windows-crypto\.txt))$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
2020-06-03 13:58:37 +01:00
- --py-version=3.7
- --platform=windows
- --out-prefix=windows
2020-09-25 12:17:53 +01:00
- requirements/static/ci/crypto.in
2021-03-22 16:43:28 -06:00
- id: pip-tools-compile
alias: compile-ci-windows-crypto-py3.8-requirements
name: Windows CI Py3.8 Crypto Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/(crypto\.txt|static/ci/(crypto\.in|py3\.8/windows-crypto\.txt))$
2021-03-22 16:43:28 -06:00
pass_filenames: false
args:
- -v
- --py-version=3.8
- --platform=windows
- --out-prefix=windows
- requirements/static/ci/crypto.in
2021-05-26 18:31:13 +01:00
- id: pip-tools-compile
alias: compile-ci-windows-crypto-py3.9-requirements
name: Windows CI Py3.9 Crypto Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/(crypto\.txt|static/ci/(crypto\.in|py3\.9/windows-crypto\.txt))$
2021-05-26 18:31:13 +01:00
pass_filenames: false
args:
- -v
- --py-version=3.9
- --platform=windows
- --out-prefix=windows
- requirements/static/ci/crypto.in
2021-05-05 06:19:16 +01:00
# 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
2021-08-03 13:43:17 +01:00
# files: ^requirements/(crypto\.txt|static/ci/(crypto\.in|py3\.10/windows-crypto\.txt))$
# pass_filenames: false
# args:
# - -v
# - --py-version=3.10
# - --platform=windows
# - --out-prefix=windows
# - requirements/static/ci/crypto.in
#
# <---- CI Requirements --------------------------------------------------------------------------------------------
2020-06-03 13:58:37 +01:00
# ----- Cloud CI Requirements ------------------------------------------------------------------------------------->
- id: pip-tools-compile
alias: compile-ci-cloud-py3.5-requirements
name: Cloud CI Py3.5 Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/static/ci/(cloud\.in|py3\.5/cloud\.txt)$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
2020-06-03 13:58:37 +01:00
- --py-version=3.5
2020-09-25 12:17:53 +01:00
- requirements/static/ci/cloud.in
- id: pip-tools-compile
alias: compile-ci-cloud-py3.6-requirements
name: Cloud CI Py3.6 Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/static/ci/(cloud\.in|py3\.6/cloud\.txt)$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
2020-06-03 13:58:37 +01:00
- --py-version=3.6
2020-09-25 12:17:53 +01:00
- requirements/static/ci/cloud.in
- id: pip-tools-compile
alias: compile-ci-cloud-py3.7-requirements
name: Cloud CI Py3.7 Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/static/ci/(cloud\.in|py3\.7/cloud\.txt)$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
2020-06-03 13:58:37 +01:00
- --py-version=3.7
2020-09-25 12:17:53 +01:00
- requirements/static/ci/cloud.in
- id: pip-tools-compile
alias: compile-ci-cloud-py3.8-requirements
name: Cloud CI Py3.8 Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/static/ci/(cloud\.in|py3\.8/cloud\.txt)$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
2020-06-03 13:58:37 +01:00
- --py-version=3.8
2020-09-25 12:17:53 +01:00
- requirements/static/ci/cloud.in
- id: pip-tools-compile
alias: compile-ci-cloud-py3.9-requirements
name: Cloud CI Py3.9 Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/static/ci/(cloud\.in|py3\.9/cloud\.txt)$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
- --py-version=3.9
2020-09-25 12:17:53 +01:00
- requirements/static/ci/cloud.in
2021-05-05 06:19:16 +01:00
- id: pip-tools-compile
alias: compile-ci-cloud-py3.10-requirements
name: Cloud CI Py3.10 Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/static/ci/(cloud\.in|py3\.10/cloud\.txt)$
2021-05-05 06:19:16 +01:00
pass_filenames: false
args:
- -v
- --py-version=3.10
- requirements/static/ci/cloud.in
# <---- Cloud CI Requirements --------------------------------------------------------------------------------------
2020-06-03 13:58:37 +01:00
# ----- Doc CI Requirements --------------------------------------------------------------------------------------->
- id: pip-tools-compile
alias: compile-doc-requirements
name: Docs CI Py3.5 Requirements
files: ^requirements/((base|zeromq|pytest)\.txt|static/ci/docs\.in|static/pkg/linux\.in|static/pkg/.*/linux\.txt)$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
2020-06-03 13:58:37 +01:00
- --py-version=3.5
- --platform=linux
2021-03-17 18:06:49 -05:00
- --include=requirements/static/pkg/py{py_version}/linux.txt
2020-09-25 12:17:53 +01:00
- requirements/static/ci/docs.in
- id: pip-tools-compile
alias: compile-doc-requirements
name: Docs CI Py3.6 Requirements
files: ^requirements/((base|zeromq|pytest)\.txt|static/ci/docs\.in|static/pkg/linux\.in|static/pkg/.*/linux\.txt)$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
2020-06-03 13:58:37 +01:00
- --py-version=3.6
- --platform=linux
2021-03-17 18:06:49 -05:00
- --include=requirements/static/pkg/py{py_version}/linux.txt
2020-09-25 12:17:53 +01:00
- requirements/static/ci/docs.in
2020-06-03 13:58:37 +01:00
- id: pip-tools-compile
alias: compile-doc-requirements
name: Docs CI Py3.7 Requirements
files: ^requirements/((base|zeromq|pytest)\.txt|static/ci/docs\.in|static/pkg/linux\.in|static/pkg/.*/linux\.txt)$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2020-06-03 13:58:37 +01:00
args:
- -v
- --py-version=3.7
- --platform=linux
2021-03-17 18:06:49 -05:00
- --include=requirements/static/pkg/py{py_version}/linux.txt
2020-09-25 12:17:53 +01:00
- requirements/static/ci/docs.in
2020-06-03 13:58:37 +01:00
- id: pip-tools-compile
alias: compile-doc-requirements
name: Docs CI Py3.8 Requirements
files: ^requirements/((base|zeromq|pytest)\.txt|static/ci/docs\.in|static/pkg/linux\.in|static/pkg/.*/linux\.txt)$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2020-06-03 13:58:37 +01:00
args:
- -v
- --py-version=3.8
- --platform=linux
2021-03-17 18:06:49 -05:00
- --include=requirements/static/pkg/py{py_version}/linux.txt
2020-09-25 12:17:53 +01:00
- requirements/static/ci/docs.in
- id: pip-tools-compile
alias: compile-doc-requirements
name: Docs CI Py3.9 Requirements
files: ^requirements/((base|zeromq|pytest)\.txt|static/ci/docs\.in|static/pkg/linux\.in|static/pkg/.*/linux\.txt)$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
- --py-version=3.9
- --platform=linux
2021-03-17 18:06:49 -05:00
- --include=requirements/static/pkg/py{py_version}/linux.txt
2020-09-25 12:17:53 +01:00
- requirements/static/ci/docs.in
2021-05-05 06:19:16 +01:00
- id: pip-tools-compile
alias: compile-doc-requirements
name: Docs CI Py3.10 Requirements
files: ^requirements/((base|zeromq|pytest)\.txt|static/ci/docs\.in|static/pkg/linux\.in|static/pkg/.*/linux\.txt)$
pass_filenames: false
args:
- -v
- --py-version=3.10
- --platform=linux
- --include=requirements/static/pkg/py{py_version}/linux.txt
- requirements/static/ci/docs.in
# <---- Doc CI Requirements ----------------------------------------------------------------------------------------
2020-06-03 13:58:37 +01:00
# ----- Lint CI Requirements -------------------------------------------------------------------------------------->
2020-06-03 13:58:37 +01:00
- id: pip-tools-compile
alias: compile-ci-lint-py3.5-requirements
name: Lint CI Py3.5 Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/static/ci/(lint\.in|py3\.5/lint\.txt)$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2020-06-03 13:58:37 +01:00
args:
- -v
- --py-version=3.5
- --platform=linux
2020-09-25 12:17:53 +01:00
- requirements/static/ci/lint.in
2020-06-03 13:58:37 +01:00
- id: pip-tools-compile
alias: compile-ci-lint-py3.6-requirements
name: Lint CI Py3.6 Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/static/ci/(lint\.in|py3\.6/lint\.txt)$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2020-06-03 13:58:37 +01:00
args:
- -v
- --py-version=3.6
- --platform=linux
2020-09-25 12:17:53 +01:00
- requirements/static/ci/lint.in
2020-06-03 13:58:37 +01:00
- id: pip-tools-compile
alias: compile-ci-lint-py3.7-requirements
name: Lint CI Py3.7 Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/static/ci/(lint\.in|py3\.7/lint\.txt)$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2020-06-03 13:58:37 +01:00
args:
- -v
- --py-version=3.7
- --platform=linux
2020-09-25 12:17:53 +01:00
- requirements/static/ci/lint.in
2020-06-03 13:58:37 +01:00
- id: pip-tools-compile
alias: compile-ci-lint-py3.8-requirements
name: Lint CI Py3.8 Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/static/ci/(lint\.in|py3\.8/lint\.txt)$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2020-06-03 13:58:37 +01:00
args:
- -v
- --py-version=3.8
- --platform=linux
2020-09-25 12:17:53 +01:00
- requirements/static/ci/lint.in
2020-06-03 13:58:37 +01:00
- id: pip-tools-compile
alias: compile-ci-lint-py3.9-requirements
name: Lint CI Py3.9 Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/static/ci/(lint\.in|py3\.9/lint\.txt)$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2020-06-03 13:58:37 +01:00
args:
- -v
- --py-version=3.9
- --platform=linux
2020-09-25 12:17:53 +01:00
- requirements/static/ci/lint.in
2020-06-03 13:58:37 +01:00
2021-05-05 06:19:16 +01:00
- id: pip-tools-compile
alias: compile-ci-lint-py3.10-requirements
name: Lint CI Py3.10 Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/static/ci/(lint\.in|py3\.10/lint\.txt)$
2021-05-05 06:19:16 +01:00
pass_filenames: false
args:
- -v
- --py-version=3.10
- --platform=linux
- requirements/static/ci/lint.in
# <---- Lint CI Requirements ---------------------------------------------------------------------------------------
2020-06-03 13:58:37 +01:00
# ----- Changelog ------------------------------------------------------------------------------------------------->
2020-06-03 13:58:37 +01:00
- id: pip-tools-compile
alias: compile-ci-changelog-py3.5-requirements
name: Changelog CI Py3.5 Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/static/ci/(changelog\.in|py3\.5/changelog\.txt)$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2020-06-03 13:58:37 +01:00
args:
- -v
- --py-version=3.5
- --platform=linux
2020-09-25 12:17:53 +01:00
- requirements/static/ci/changelog.in
2020-06-03 13:58:37 +01:00
- id: pip-tools-compile
alias: compile-ci-changelog-py3.6-requirements
name: Changelog CI Py3.6 Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/static/ci/(changelog\.in|py3\.6/changelog\.txt)$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2020-06-03 13:58:37 +01:00
args:
- -v
- --py-version=3.6
- --platform=linux
2020-09-25 12:17:53 +01:00
- requirements/static/ci/changelog.in
2020-06-03 13:58:37 +01:00
- id: pip-tools-compile
alias: compile-ci-changelog-py3.7-requirements
name: Changelog CI Py3.7 Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/static/ci/(changelog\.in|py3\.7/changelog\.txt)$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2020-06-03 13:58:37 +01:00
args:
- -v
- --py-version=3.7
- --platform=linux
2020-09-25 12:17:53 +01:00
- requirements/static/ci/changelog.in
2020-06-03 13:58:37 +01:00
- id: pip-tools-compile
alias: compile-ci-changelog-py3.8-requirements
name: Changelog CI Py3.8 Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/static/ci/(changelog\.in|py3\.8/changelog\.txt)$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
- --py-version=3.8
- --platform=linux
2020-09-25 12:17:53 +01:00
- requirements/static/ci/changelog.in
- id: pip-tools-compile
alias: compile-ci-changelog-py3.9-requirements
name: Changelog CI Py3.9 Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/static/ci/(changelog\.in|py3\.9/changelog\.txt)$
2020-09-25 12:17:53 +01:00
pass_filenames: false
args:
- -v
- --py-version=3.9
- --platform=linux
2020-09-25 12:17:53 +01:00
- requirements/static/ci/changelog.in
2021-05-05 06:19:16 +01:00
- id: pip-tools-compile
alias: compile-ci-changelog-py3.10-requirements
name: Changelog CI Py3.10 Requirements
2021-08-03 13:43:17 +01:00
files: ^requirements/static/ci/(changelog\.in|py3\.10/changelog\.txt)$
2021-05-05 06:19:16 +01:00
pass_filenames: false
args:
- -v
- --py-version=3.10
- --platform=linux
- requirements/static/ci/changelog.in
# <---- Changelog --------------------------------------------------------------------------------------------------
2020-04-23 11:48:17 +01:00
# ----- Invoke ---------------------------------------------------------------------------------------------------->
- id: pip-tools-compile
alias: compile-ci-invoke-py3.5-requirements
name: Linux CI Py3.5 Invoke Requirements
Upgrade to `six==1.16.0` to avoid problems on CI runs ``` 13:59:02 nox > Session invoke-pre-commit was successful. 13:59:02 nox > Running session invoke-pre-commit 13:59:02 nox > pip install --progress-bar=off -r requirements/static/ci/py3.7/invoke.txt 13:59:02 Collecting blessings==1.7 13:59:02 Using cached blessings-1.7-py3-none-any.whl (18 kB) 13:59:02 Collecting invoke==1.4.1 13:59:02 Using cached invoke-1.4.1-py3-none-any.whl (210 kB) 13:59:02 Collecting pyyaml==5.3.1 13:59:02 Using cached PyYAML-5.3.1.tar.gz (269 kB) 13:59:02 Collecting six==1.15.0 13:59:02 Using cached six-1.15.0-py2.py3-none-any.whl (10 kB) 13:59:02 Building wheels for collected packages: pyyaml 13:59:02 Building wheel for pyyaml (setup.py) ... - \ | / - \ | done 13:59:02 Created wheel for pyyaml: filename=PyYAML-5.3.1-cp37-cp37m-linux_x86_64.whl size=546391 sha256=e42e1d66cc32087f4d33ceb81268c86b59f1a97029b19459f91b8d6ad1430167 13:59:02 Stored in directory: /var/jenkins/.cache/pip/wheels/5e/03/1e/e1e954795d6f35dfc7b637fe2277bff021303bd9570ecea653 13:59:02 Successfully built pyyaml 13:59:02 Installing collected packages: six, pyyaml, invoke, blessings 13:59:02 Attempting uninstall: six 13:59:02 Found existing installation: six 1.16.0 13:59:02 Uninstalling six-1.16.0: 13:59:02 ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/var/jenkins/.cache/pre-commit/repomw8oee1s/py_env-python3/lib/python3.7/site-packages/__pycache__/six.cpython-37.pyc' 13:59:02 13:59:02 nox > Command pip install --progress-bar=off -r requirements/static/ci/py3.7/invoke.txt failed with exit code 1 13:59:02 nox > Session invoke-pre-commit failed. ```
2021-05-26 17:08:45 +01:00
files: ^requirements/static/ci/(invoke\.in|py3.5/invoke\.txt)$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2020-04-23 11:48:17 +01:00
args:
- -v
- --py-version=3.5
2020-09-25 12:17:53 +01:00
- requirements/static/ci/invoke.in
2020-04-23 11:48:17 +01:00
- id: pip-tools-compile
alias: compile-ci-invoke-py3.6-requirements
name: Linux CI Py3.6 Invoke Requirements
Upgrade to `six==1.16.0` to avoid problems on CI runs ``` 13:59:02 nox > Session invoke-pre-commit was successful. 13:59:02 nox > Running session invoke-pre-commit 13:59:02 nox > pip install --progress-bar=off -r requirements/static/ci/py3.7/invoke.txt 13:59:02 Collecting blessings==1.7 13:59:02 Using cached blessings-1.7-py3-none-any.whl (18 kB) 13:59:02 Collecting invoke==1.4.1 13:59:02 Using cached invoke-1.4.1-py3-none-any.whl (210 kB) 13:59:02 Collecting pyyaml==5.3.1 13:59:02 Using cached PyYAML-5.3.1.tar.gz (269 kB) 13:59:02 Collecting six==1.15.0 13:59:02 Using cached six-1.15.0-py2.py3-none-any.whl (10 kB) 13:59:02 Building wheels for collected packages: pyyaml 13:59:02 Building wheel for pyyaml (setup.py) ... - \ | / - \ | done 13:59:02 Created wheel for pyyaml: filename=PyYAML-5.3.1-cp37-cp37m-linux_x86_64.whl size=546391 sha256=e42e1d66cc32087f4d33ceb81268c86b59f1a97029b19459f91b8d6ad1430167 13:59:02 Stored in directory: /var/jenkins/.cache/pip/wheels/5e/03/1e/e1e954795d6f35dfc7b637fe2277bff021303bd9570ecea653 13:59:02 Successfully built pyyaml 13:59:02 Installing collected packages: six, pyyaml, invoke, blessings 13:59:02 Attempting uninstall: six 13:59:02 Found existing installation: six 1.16.0 13:59:02 Uninstalling six-1.16.0: 13:59:02 ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/var/jenkins/.cache/pre-commit/repomw8oee1s/py_env-python3/lib/python3.7/site-packages/__pycache__/six.cpython-37.pyc' 13:59:02 13:59:02 nox > Command pip install --progress-bar=off -r requirements/static/ci/py3.7/invoke.txt failed with exit code 1 13:59:02 nox > Session invoke-pre-commit failed. ```
2021-05-26 17:08:45 +01:00
files: ^requirements/static/ci/(invoke\.in|py3.6/invoke\.txt)$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2020-04-23 11:48:17 +01:00
args:
- -v
- --py-version=3.6
2020-09-25 12:17:53 +01:00
- requirements/static/ci/invoke.in
2020-04-23 11:48:17 +01:00
- id: pip-tools-compile
alias: compile-ci-invoke-py3.7-requirements
name: Linux CI Py3.7 Invoke Requirements
Upgrade to `six==1.16.0` to avoid problems on CI runs ``` 13:59:02 nox > Session invoke-pre-commit was successful. 13:59:02 nox > Running session invoke-pre-commit 13:59:02 nox > pip install --progress-bar=off -r requirements/static/ci/py3.7/invoke.txt 13:59:02 Collecting blessings==1.7 13:59:02 Using cached blessings-1.7-py3-none-any.whl (18 kB) 13:59:02 Collecting invoke==1.4.1 13:59:02 Using cached invoke-1.4.1-py3-none-any.whl (210 kB) 13:59:02 Collecting pyyaml==5.3.1 13:59:02 Using cached PyYAML-5.3.1.tar.gz (269 kB) 13:59:02 Collecting six==1.15.0 13:59:02 Using cached six-1.15.0-py2.py3-none-any.whl (10 kB) 13:59:02 Building wheels for collected packages: pyyaml 13:59:02 Building wheel for pyyaml (setup.py) ... - \ | / - \ | done 13:59:02 Created wheel for pyyaml: filename=PyYAML-5.3.1-cp37-cp37m-linux_x86_64.whl size=546391 sha256=e42e1d66cc32087f4d33ceb81268c86b59f1a97029b19459f91b8d6ad1430167 13:59:02 Stored in directory: /var/jenkins/.cache/pip/wheels/5e/03/1e/e1e954795d6f35dfc7b637fe2277bff021303bd9570ecea653 13:59:02 Successfully built pyyaml 13:59:02 Installing collected packages: six, pyyaml, invoke, blessings 13:59:02 Attempting uninstall: six 13:59:02 Found existing installation: six 1.16.0 13:59:02 Uninstalling six-1.16.0: 13:59:02 ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/var/jenkins/.cache/pre-commit/repomw8oee1s/py_env-python3/lib/python3.7/site-packages/__pycache__/six.cpython-37.pyc' 13:59:02 13:59:02 nox > Command pip install --progress-bar=off -r requirements/static/ci/py3.7/invoke.txt failed with exit code 1 13:59:02 nox > Session invoke-pre-commit failed. ```
2021-05-26 17:08:45 +01:00
files: ^requirements/static/ci/(invoke\.in|py3.7/invoke\.txt)$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2020-04-23 11:48:17 +01:00
args:
- -v
- --py-version=3.7
2020-09-25 12:17:53 +01:00
- requirements/static/ci/invoke.in
2020-04-23 11:48:17 +01:00
- id: pip-tools-compile
alias: compile-ci-invoke-py3.8-requirements
name: Linux CI Py3.8 Invoke Requirements
Upgrade to `six==1.16.0` to avoid problems on CI runs ``` 13:59:02 nox > Session invoke-pre-commit was successful. 13:59:02 nox > Running session invoke-pre-commit 13:59:02 nox > pip install --progress-bar=off -r requirements/static/ci/py3.7/invoke.txt 13:59:02 Collecting blessings==1.7 13:59:02 Using cached blessings-1.7-py3-none-any.whl (18 kB) 13:59:02 Collecting invoke==1.4.1 13:59:02 Using cached invoke-1.4.1-py3-none-any.whl (210 kB) 13:59:02 Collecting pyyaml==5.3.1 13:59:02 Using cached PyYAML-5.3.1.tar.gz (269 kB) 13:59:02 Collecting six==1.15.0 13:59:02 Using cached six-1.15.0-py2.py3-none-any.whl (10 kB) 13:59:02 Building wheels for collected packages: pyyaml 13:59:02 Building wheel for pyyaml (setup.py) ... - \ | / - \ | done 13:59:02 Created wheel for pyyaml: filename=PyYAML-5.3.1-cp37-cp37m-linux_x86_64.whl size=546391 sha256=e42e1d66cc32087f4d33ceb81268c86b59f1a97029b19459f91b8d6ad1430167 13:59:02 Stored in directory: /var/jenkins/.cache/pip/wheels/5e/03/1e/e1e954795d6f35dfc7b637fe2277bff021303bd9570ecea653 13:59:02 Successfully built pyyaml 13:59:02 Installing collected packages: six, pyyaml, invoke, blessings 13:59:02 Attempting uninstall: six 13:59:02 Found existing installation: six 1.16.0 13:59:02 Uninstalling six-1.16.0: 13:59:02 ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/var/jenkins/.cache/pre-commit/repomw8oee1s/py_env-python3/lib/python3.7/site-packages/__pycache__/six.cpython-37.pyc' 13:59:02 13:59:02 nox > Command pip install --progress-bar=off -r requirements/static/ci/py3.7/invoke.txt failed with exit code 1 13:59:02 nox > Session invoke-pre-commit failed. ```
2021-05-26 17:08:45 +01:00
files: ^requirements/static/ci/(invoke\.in|py3.8/invoke\.txt)$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2020-04-23 11:48:17 +01:00
args:
- -v
- --py-version=3.8
2020-09-25 12:17:53 +01:00
- requirements/static/ci/invoke.in
2020-04-23 11:48:17 +01:00
- id: pip-tools-compile
alias: compile-ci-invoke-py3.9-requirements
name: Linux CI Py3.9 Invoke Requirements
Upgrade to `six==1.16.0` to avoid problems on CI runs ``` 13:59:02 nox > Session invoke-pre-commit was successful. 13:59:02 nox > Running session invoke-pre-commit 13:59:02 nox > pip install --progress-bar=off -r requirements/static/ci/py3.7/invoke.txt 13:59:02 Collecting blessings==1.7 13:59:02 Using cached blessings-1.7-py3-none-any.whl (18 kB) 13:59:02 Collecting invoke==1.4.1 13:59:02 Using cached invoke-1.4.1-py3-none-any.whl (210 kB) 13:59:02 Collecting pyyaml==5.3.1 13:59:02 Using cached PyYAML-5.3.1.tar.gz (269 kB) 13:59:02 Collecting six==1.15.0 13:59:02 Using cached six-1.15.0-py2.py3-none-any.whl (10 kB) 13:59:02 Building wheels for collected packages: pyyaml 13:59:02 Building wheel for pyyaml (setup.py) ... - \ | / - \ | done 13:59:02 Created wheel for pyyaml: filename=PyYAML-5.3.1-cp37-cp37m-linux_x86_64.whl size=546391 sha256=e42e1d66cc32087f4d33ceb81268c86b59f1a97029b19459f91b8d6ad1430167 13:59:02 Stored in directory: /var/jenkins/.cache/pip/wheels/5e/03/1e/e1e954795d6f35dfc7b637fe2277bff021303bd9570ecea653 13:59:02 Successfully built pyyaml 13:59:02 Installing collected packages: six, pyyaml, invoke, blessings 13:59:02 Attempting uninstall: six 13:59:02 Found existing installation: six 1.16.0 13:59:02 Uninstalling six-1.16.0: 13:59:02 ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/var/jenkins/.cache/pre-commit/repomw8oee1s/py_env-python3/lib/python3.7/site-packages/__pycache__/six.cpython-37.pyc' 13:59:02 13:59:02 nox > Command pip install --progress-bar=off -r requirements/static/ci/py3.7/invoke.txt failed with exit code 1 13:59:02 nox > Session invoke-pre-commit failed. ```
2021-05-26 17:08:45 +01:00
files: ^requirements/static/ci/(invoke\.in|py3.9/invoke\.txt)$
2020-09-25 12:17:53 +01:00
pass_filenames: false
2020-04-23 11:48:17 +01:00
args:
- -v
- --py-version=3.9
2020-09-25 12:17:53 +01:00
- requirements/static/ci/invoke.in
2021-05-05 06:19:16 +01:00
- id: pip-tools-compile
alias: compile-ci-invoke-py3.10-requirements
name: Linux CI Py3.10 Invoke Requirements
Upgrade to `six==1.16.0` to avoid problems on CI runs ``` 13:59:02 nox > Session invoke-pre-commit was successful. 13:59:02 nox > Running session invoke-pre-commit 13:59:02 nox > pip install --progress-bar=off -r requirements/static/ci/py3.7/invoke.txt 13:59:02 Collecting blessings==1.7 13:59:02 Using cached blessings-1.7-py3-none-any.whl (18 kB) 13:59:02 Collecting invoke==1.4.1 13:59:02 Using cached invoke-1.4.1-py3-none-any.whl (210 kB) 13:59:02 Collecting pyyaml==5.3.1 13:59:02 Using cached PyYAML-5.3.1.tar.gz (269 kB) 13:59:02 Collecting six==1.15.0 13:59:02 Using cached six-1.15.0-py2.py3-none-any.whl (10 kB) 13:59:02 Building wheels for collected packages: pyyaml 13:59:02 Building wheel for pyyaml (setup.py) ... - \ | / - \ | done 13:59:02 Created wheel for pyyaml: filename=PyYAML-5.3.1-cp37-cp37m-linux_x86_64.whl size=546391 sha256=e42e1d66cc32087f4d33ceb81268c86b59f1a97029b19459f91b8d6ad1430167 13:59:02 Stored in directory: /var/jenkins/.cache/pip/wheels/5e/03/1e/e1e954795d6f35dfc7b637fe2277bff021303bd9570ecea653 13:59:02 Successfully built pyyaml 13:59:02 Installing collected packages: six, pyyaml, invoke, blessings 13:59:02 Attempting uninstall: six 13:59:02 Found existing installation: six 1.16.0 13:59:02 Uninstalling six-1.16.0: 13:59:02 ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/var/jenkins/.cache/pre-commit/repomw8oee1s/py_env-python3/lib/python3.7/site-packages/__pycache__/six.cpython-37.pyc' 13:59:02 13:59:02 nox > Command pip install --progress-bar=off -r requirements/static/ci/py3.7/invoke.txt failed with exit code 1 13:59:02 nox > Session invoke-pre-commit failed. ```
2021-05-26 17:08:45 +01:00
files: ^requirements/static/ci/(invoke\.in|py3.10/invoke\.txt)$
2021-05-05 06:19:16 +01:00
pass_filenames: false
args:
- -v
- --py-version=3.10
- requirements/static/ci/invoke.in
2020-04-23 11:48:17 +01:00
# <---- Invoke -----------------------------------------------------------------------------------------------------
# ----- Local Hooks ----------------------------------------------------------------------------------------------->
- repo: local
hooks:
- id: check-changelog-entries
name: Check Changelog Entries
entry: .pre-commit-hooks/check-changelog-entries.py
language: script
# <---- Local Hooks ------------------------------------------------------------------------------------------------
# ----- Code Formatting ------------------------------------------------------------------------------------------->
- repo: https://github.com/asottile/pyupgrade
# This, for now, is meant to run when locally committing code and will be disabled(skipped) when we run pre-commit
# against all codebase to avoid MASSIVE code churn. This way, we do it in smaller chunks, a few at a time.
rev: v2.7.2
hooks:
- id: pyupgrade
name: Drop six usage and Py2 support
args: [--py3-plus, --keep-mock]
exclude: >
(?x)^(
salt/client/ssh/ssh_py_shim.py|
salt/ext/ipaddress.py
)$
- repo: https://github.com/saltstack/pre-commit-remove-import-headers
rev: 1.1.0
hooks:
- id: remove-import-headers
2021-01-19 10:52:37 +00:00
- repo: https://github.com/s0undt3ch/salt-rewrite
# Automatically rewrite code with known rules
rev: 1.0.0
2021-01-19 10:52:37 +00:00
hooks:
- id: salt-rewrite
files: ^tests/.*\.py$
args: [-E, fix_asserts]
2021-01-19 10:52:37 +00:00
- repo: https://github.com/timothycrosley/isort
rev: "1e78a9acf3110e1f9721feb591f89a451fc9876a"
hooks:
- id: isort
2020-04-10 14:52:32 -05:00
additional_dependencies: ['toml']
# This tells pre-commit not to pass files to isort.
# This should be kept in sync with pyproject.toml
exclude: >
(?x)^(
templates/.*|
salt/ext/.*|
tests/kitchen/.*
)$
- repo: https://github.com/psf/black
2021-08-03 07:25:24 +01:00
rev: 21.7b0
hooks:
- id: black
# This tells pre-commit not to pass files to black.
# This should be kept in sync with pyproject.toml
exclude: >
(?x)^(
templates/.*|
salt/ext/.*|
tests/kitchen/.*
)$
2019-11-13 14:14:35 +00:00
2021-08-03 07:25:24 +01:00
- repo: https://github.com/asottile/blacken-docs
rev: v1.10.0
hooks:
- id: blacken-docs
args: [--skip-errors]
files: ^doc/.*\.rst
additional_dependencies: [black==21.7b0]
# <---- Code Formatting --------------------------------------------------------------------------------------------
# ----- Security -------------------------------------------------------------------------------------------------->
- repo: https://github.com/PyCQA/bandit
rev: "1.7.0"
hooks:
- id: bandit
alias: bandit-salt
name: Run bandit against Salt
args: [--silent, -lll, --skip, B701]
exclude: >
(?x)^(
templates/.*|
salt/ext/.*|
tests/.*
)$
- repo: https://github.com/PyCQA/bandit
rev: "1.7.0"
hooks:
- id: bandit
alias: bandit-tests
name: Run bandit against the test suite
2021-03-04 08:59:12 +00:00
args: [--silent, -lll, --skip, B701]
files: ^tests/.*
exclude: ^tests/minionswarm\.py
# <---- Security ---------------------------------------------------------------------------------------------------
# ----- Pre-Commit ------------------------------------------------------------------------------------------------>
- repo: https://github.com/saltstack/invoke-pre-commit
rev: v1.5.0
hooks:
- id: invoke
alias: check-docs
name: Check Docs
files: ^(salt/.*\.py|doc/ref/.*\.rst)$
args:
- docs.check
additional_dependencies:
- blessings
- pyyaml
- distro
- jinja2
- msgpack
- repo: https://github.com/saltstack/invoke-pre-commit
rev: v1.5.0
hooks:
- id: invoke
alias: check-filemap
name: Check Filename Map Change Matching
files: ^tests/(filename_map\.yml|.*\.py)$
pass_filenames: false
args:
- filemap.check
additional_dependencies:
- blessings
- pyyaml
- distro
- jinja2
- msgpack
- repo: https://github.com/saltstack/invoke-pre-commit
rev: v1.5.0
hooks:
- id: invoke
alias: loader-check-virtual
name: Check modules __virtual__
files: salt/.*\.py$
exclude: >
(?x)^(
templates/.*|
salt/ext/.*|
)$
args:
- loader.check-virtual
additional_dependencies:
- blessings
- pyyaml
- distro
- jinja2
- msgpack
- repo: https://github.com/saltstack/invoke-pre-commit
rev: v1.5.0
hooks:
- id: invoke
alias: loader-check-module-docstrings
name: Check salt/modules/*.py docstrings
files: salt/modules/.*\.py$
args:
- loader.check-module-docstrings
additional_dependencies:
- blessings
- pyyaml
- repo: https://github.com/saltstack/mirrors-nox
rev: v2020.8.22
2019-11-29 16:13:36 +00:00
hooks:
- id: nox
2019-11-29 16:13:36 +00:00
alias: lint-salt
name: Lint Salt
2020-04-23 11:48:17 +01:00
files: ^((setup|noxfile)|(salt|tasks)/.*)\.py$
exclude: >
(?x)^(
templates/.*|
salt/ext/.*|
)$
2019-11-29 16:13:36 +00:00
args:
- -e
2020-01-03 13:30:03 +00:00
- lint-salt-pre-commit
2019-11-29 16:13:36 +00:00
- --
- repo: https://github.com/saltstack/mirrors-nox
rev: v2020.8.22
2019-11-29 16:13:36 +00:00
hooks:
- id: nox
2019-11-29 16:13:36 +00:00
alias: lint-tests
name: Lint Tests
files: ^tests/.*\.py$
2019-11-29 16:13:36 +00:00
args:
- -e
2020-01-03 13:30:03 +00:00
- lint-tests-pre-commit
2019-11-29 16:13:36 +00:00
- --
# <---- Pre-Commit -------------------------------------------------------------------------------------------------