Improve unit test performance. (Do not install library we do not use in the tests anyway.) (#92)

This commit is contained in:
Felix Fontein 2022-05-15 22:42:26 +02:00 committed by GitHub
parent ea782c1cf2
commit 5f912dad16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 19 deletions

View file

@ -100,13 +100,6 @@ jobs:
with:
path: ansible_collections/community/routeros
- name: Overwrite unit test requirements (if applicable)
run: |
if [ -e tests/unit/requirements-${{ matrix.ansible }}.txt ]; then
cp tests/unit/requirements-${{ matrix.ansible }}.txt tests/unit/requirements.txt
fi
working-directory: ./ansible_collections/community/routeros
- name: Set up Python ${{ matrix.ansible }}
uses: actions/setup-python@v3
with: