From 6f58a82a750aae5a7e94bf6a4fd44909d78a9566 Mon Sep 17 00:00:00 2001 From: bharnden <32446120+bharnden@users.noreply.github.com> Date: Thu, 24 Oct 2019 15:31:17 -0700 Subject: [PATCH] removing mocked tests, until grpc and constants.py generation are determined --- .github/workflows/daemon-checks.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/daemon-checks.yml b/.github/workflows/daemon-checks.yml index 93dd5526..023f5165 100644 --- a/.github/workflows/daemon-checks.yml +++ b/.github/workflows/daemon-checks.yml @@ -30,7 +30,3 @@ jobs: run: | cd daemon pipenv run flake8 - - name: tests - run: | - cd daemon - pipenv run pytest -v --mock