Skip to content

Commit

Permalink
Merge pull request #185 from HexDecimal/replace-script-runner
Browse files Browse the repository at this point in the history
Replace ScriptRunner with pytest-console-scripts fixtures.
  • Loading branch information
HexDecimal authored Nov 21, 2023
2 parents c9c1e21 + 9b07f10 commit 5f8a14a
Show file tree
Hide file tree
Showing 6 changed files with 235 additions and 368 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
pip install mypy
- name: Install Delocate dependencies.
run: |
pip install pytest
pip install -e .
pip install --requirement test-requirements.txt
pip install --editable .
- name: MyPy
uses: liskin/gh-problem-matcher-wrap@v2
with:
Expand Down
167 changes: 0 additions & 167 deletions delocate/tests/scriptrunner.py

This file was deleted.

Loading

0 comments on commit 5f8a14a

Please sign in to comment.