Skip to content

Commit

Permalink
Use the python39-pytest-mock package
Browse files Browse the repository at this point in the history
Rather than manually installing the pytest-mock package using Python
pip, use the new Cygwin python39-pytest-mock package.
  • Loading branch information
me-and committed Feb 19, 2022
1 parent ff3c436 commit 154b99c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ jobs:
- name: Cygport compile
run: cygport asciidoc.cygport compile
timeout-minutes: 5
- name: Install pytest-mock
run: python3 -m pip install pytest-mock
timeout-minutes: 5
- name: Cygport test
run: cygport asciidoc.cygport test
timeout-minutes: 5
Expand Down
2 changes: 1 addition & 1 deletion build-requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ gettext-devel
libxml2
libxslt
python39-devel
python39-pytest
python39-pytest-mock
python39-wheel
w3m

0 comments on commit 154b99c

Please sign in to comment.