From 80378ab776a00b6bdabc454d1ddd5ba6568b354c Mon Sep 17 00:00:00 2001 From: Ace Date: Wed, 17 Jun 2020 00:17:23 +0200 Subject: [PATCH] switch from pytest to built-in tests --- .github/workflows/pythonapp.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 3b7d0b9..42ed6e5 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -26,6 +26,3 @@ jobs: cd .. cd tests for f in *.py; do python3 "$f"; done - - name: Test with pytest - run: | - pytest