summaryrefslogtreecommitdiff
path: root/test-requirements.txt
AgeCommit message (Collapse)Author
2023-05-15Drop test-requirements to only necessary packages (#316)Kate Case
* Slim test-requirements down to the essentials * Ignore black on unsupported versions * Fix versions
2023-01-25Add prettier and isort to pre-commit. (#270)Kate Case
* Add prettier and isort to pre-commit. * Bump line-length to 100 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-09-02Fix `pre-commit` Issues (#223)Shawn Wilsher
* Fix `pre-commit` Issues This change fixes `.pre-commit-config.yaml` so that `main` no longer has errors on it. To accomplish that, two things had to be done: * Update the version of `black` that `pre-commit` uses to match what `tox` uses. * Run `pre-commit run --all-files` and commit the results Co-authored-by: Kate Case <this.is@katherineca.se>
2022-06-16Enable github actions for unit and sanity tests (#263)GomathiselviS
Signed-off-by: GomathiselviS <gomathiselvi@gmail.com>
2022-04-04Create symmlinks for redirection of vyos modules (#244)GomathiselviS
Create symmlinks for redirection of vyos modules Signed-off-by: GomathiselviS gomathiselvi@gmail.com SUMMARY ISSUE TYPE Bugfix Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Sagar Paul <sagpaul@redhat.com> Reviewed-by: None <None>
2022-02-01Vyos snmp_server Resource Module (#227)GomathiselviS
Vyos snmp_server Resource Module SUMMARY Added vyos_snmp_server resource module ISSUE TYPE New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Nilashish Chakraborty <nilashishchakraborty8@gmail.com> Reviewed-by: Ashwini Mhatre <mashu97@gmail.com> Reviewed-by: None <None>
2020-05-30Add test requirement for coverage (#37)GomathiselviS
[vyos] Add test requirement for coverage Reviewed-by: https://github.com/apps/ansible-zuul
2020-04-24Add missing ansible.cfg for integration testingPaul Belanger
Add test dependencies for unit tests. Fix import statement for vyos_static_route unit tests. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2020-03-05Move requirements to top-level directoryPaul Belanger
This removes the dependency on ansible-test to manage our dependencies. Depends-On: https://github.com/ansible/ansible-zuul-jobs/pull/366 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-12-04linters: Add yamllint as part of lintersYanis Guenane
Depends-On: https://github.com/ansible-network/ansible_collections.vyos.vyos/pull/56
2019-08-09Add tox.ini filePaul Belanger
Create a tox.ini file with linters entry point for developers to run linters locally. Signed-off-by: Paul Belanger <pabelanger@redhat.com>