Skip to content

Commit

Permalink
tests: ignore compat folder for doctests
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Nov 16, 2023
1 parent 2768d8f commit 2ee322d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Test docstrings with doctest
if: "runner.os == 'Linux' && matrix.python-version == 3.11"
run: python -m pytest --doctest-modules src/particle --ignore-glob="src/particle/particle/convert.py"
run: python -m pytest --doctest-modules src/particle --ignore=src/particle/particle/convert.py --ignore=src/particle/_compat

notebooks:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2ee322d

Please sign in to comment.