From 9cdbef9faf2d35fd9df68c4dad28cedc2362c092 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Fri, 30 Oct 2020 16:14:38 -0700 Subject: [PATCH] Revert "Run tests in GitHub actions." Was pushed by accident. This reverts commit f5047fc0cc326e5bb66743e9eec09c96ba392c22. --- .github/workflows/build.yml | 5 ----- .github/workflows/release.yml | 5 ----- requirements.txt | 3 +-- 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be21b16f..cab28472 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,11 +42,6 @@ jobs: ./venv/scripts/activate mypy theater - - name: Test - run: | - ./venv/scripts/activate - pytest tests - - name: Build binaries run: | ./venv/scripts/activate diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4aa5ee44..21806ed4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,11 +44,6 @@ jobs: ./venv/scripts/activate mypy theater - - name: Test - run: | - ./venv/scripts/activate - pytest tests - - name: Build binaries run: | ./venv/scripts/activate diff --git a/requirements.txt b/requirements.txt index 8dca6d1d..3ce6e8d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,4 @@ Pillow~=7.2.0 tabulate~=0.8.7 mypy==0.782 -mypy-extensions==0.4.3 -pytest==6.1.2 \ No newline at end of file +mypy-extensions==0.4.3 \ No newline at end of file