Skip to content

Commit

Permalink
Don't apply to Minimum supported dependencies workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Feb 10, 2022
1 parent 643ae54 commit 7dee136
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lower-bound-requirements.yml
Expand Up @@ -34,5 +34,8 @@ jobs:

- name: Test with pytest
run: |
# Disable error on filterwarnings as testing for oldest releases that work with latest API,
# not the oldest releases that are warning free
sed -i '/"error",/d' pyproject.toml
# Run on tests/ to skip doctests of src given examples are for latest APIs
pytest --ignore tests/benchmarks/ --ignore tests/contrib --ignore tests/test_notebooks.py tests/
pytest --disable-pytest-warnings --ignore tests/benchmarks/ --ignore tests/contrib --ignore tests/test_notebooks.py tests/

0 comments on commit 7dee136

Please sign in to comment.