From 684d056d362dbb1bb55b1176ee95b095d21bc597 Mon Sep 17 00:00:00 2001 From: Tianyi Zheng Date: Sat, 10 Aug 2024 18:48:55 -0700 Subject: [PATCH] Reenable tests/people_test.py (#187) Broken tests for people.py were fixed in #158, so this file can be added back to the GH Actions autotest workflow --- .github/workflows/autotest.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/autotest.yml b/.github/workflows/autotest.yml index 95ad0ad..76646fa 100644 --- a/.github/workflows/autotest.yml +++ b/.github/workflows/autotest.yml @@ -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