diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 417140d..6e675ed 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -49,7 +49,7 @@ jobs: tunnelIdentifier: github-action-tunnel - name: Install test dependencies - run: pip install tox coveralls + run: pip install tox - name: Set env run: echo "USE_SAUCE_LABS=True" >> $GITHUB_ENV diff --git a/requirements/tests.txt b/requirements/tests.txt index 573084e..75d6a37 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,4 +1,5 @@ Appium-Python-Client==1.1.0 +coverage==5.5 py-moneyed==1.2 pytest==6.2.4 pytest-cov==2.11.1