diff options
author | GomathiselviS <gomathiselvi@gmail.com> | 2022-06-16 10:31:25 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-16 10:31:25 +0530 |
commit | e66c1e127c7226167e648d7778a7c2a71b71f58d (patch) | |
tree | acd6573ef61392e4a96994877f71da759c809f51 /test-requirements.txt | |
parent | 2c62d6d43189f8b79ffa9843923fab0c9633370e (diff) | |
download | vyos.vyos-e66c1e127c7226167e648d7778a7c2a71b71f58d.tar.gz vyos.vyos-e66c1e127c7226167e648d7778a7c2a71b71f58d.zip |
Enable github actions for unit and sanity tests (#263)
Signed-off-by: GomathiselviS <gomathiselvi@gmail.com>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 5baa138..8359fc5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,3 +5,4 @@ pexpect pytest-xdist yamllint coverage==4.5.4 +git+https://github.com/ansible-community/pytest-ansible-units.git |