Skip to content

Commit

Permalink
removed mock install from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JLSteenwyk committed Jul 26, 2022
1 parent f8d2a8a commit 2373f84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
# install test dependencies
pip install pytest
pip install pytest-cov
pip install mock
- name: Run tests
run: |
make test.fast
Expand All @@ -42,7 +41,6 @@ jobs:
# install test dependencies
pip install pytest
pip install pytest-cov
pip install mock
- name: Generate coverage report
run: |
make test.coverage
Expand Down
3 changes: 0 additions & 3 deletions tests/integration/integration_test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import pytest
import sys

from mock import patch, call
from pathlib import Path

from orthosnap.helper import InparalogToKeep
Expand Down

0 comments on commit 2373f84

Please sign in to comment.