-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Update and fix dev requirements (#702)
- Loading branch information
1 parent
604a374
commit 1a761c9
Showing
5 changed files
with
31 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
ansible_collections/arista/cvp/requirements-dev-pytest.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Temp requirements for pytest testing. Required ansible-lint version as it's not compatible with Python 3.9, so it is removed. | ||
ansible-core>=2.15.0,<2.18.0 | ||
ansible-builder | ||
galaxy-importer>=0.3.1 | ||
pycodestyle | ||
flake8 | ||
pylint>=2.16.1 | ||
twine | ||
pre-commit>=2.9.2 | ||
pre-commit-hooks>=3.3.0 | ||
identify>=1.4.20 | ||
docker | ||
molecule>=3.2.0,<6.0 | ||
molecule-docker>=0.2.4 | ||
mitogen | ||
pytest | ||
pytest-cov>=2.11.1 | ||
pytest-html>=3.1.1 | ||
pytest-metadata>=1.11.0 | ||
pytest-dependency | ||
jmespath | ||
pytest-mock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters