Skip to content

Commit

Permalink
add pytest-mock to the hardcoded dependencies
Browse files Browse the repository at this point in the history
this is workaround of python-poetry/poetry#3514 issue
  • Loading branch information
zhukovgreen committed Jan 25, 2022
1 parent fd7c633 commit f40b819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_checker.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 flake8-docstrings pytest pytest-cov
pip install flake8 flake8-docstrings pytest pytest-cov pytest-mock
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f pyproject.toml ]; then pip install .; fi
- name: Test with pytest
Expand Down

0 comments on commit f40b819

Please sign in to comment.