Skip to content

Commit

Permalink
Reenable tests/people_test.py (#187)
Browse files Browse the repository at this point in the history
Broken tests for people.py were fixed in #158, so this file can be added
back to the GH Actions autotest workflow
  • Loading branch information
tianyizheng02 authored Aug 11, 2024
1 parent 5950d0b commit 684d056
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/autotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ jobs:
run: black --line-length=127 --check --diff .
- name: Run all tests with pytest
run: pytest --cov=pittapi tests/
--ignore=tests/people_test.py

0 comments on commit 684d056

Please sign in to comment.