Skip to content

Commit

Permalink
Revert "Reduce GitHub Actions unit test durations by removing tox and…
Browse files Browse the repository at this point in the history
… using test parallelization (#1345)"

This reverts commit 4663b33.

This appears to be incompatible with `v14` legacy tests; more investigation required.
  • Loading branch information
jayaddison committed Nov 3, 2024
1 parent 11e7ed2 commit f05e05e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
cache: pip
- name: Install dependencies
run: python -m pip install .[dev]
- name: Install parallel test runner
run: python -m pip install unittest-parallel
- name: Run Tests
env:
PYTHONWARNINGS: "always:::recipe_scrapers,ignore:::recipe_scrapers.plugins.static_values"
run: unittest-parallel --level test
run: python -m unittest

0 comments on commit f05e05e

Please sign in to comment.