From 260fe219b4cc443f06713cca7bb8cb84c27a2f31 Mon Sep 17 00:00:00 2001 From: Charles Graham Date: Fri, 23 Jan 2026 10:55:18 -0600 Subject: [PATCH] Remove test mock directory leftover from cwms-python --- .github/workflows/test-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 11da3a5..fd0d715 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -81,8 +81,8 @@ jobs: # The tests should have already been run in the testing workflow, but we run them # again here to make sure that we do not deploy a broken distribution. - - name: Run Tests - run: poetry run pytest tests/mock/ + #- name: Run Tests + # run: poetry run pytest tests/mock/ # Once the tests have passed we can build the distribution and store it, so it can # be accessed in the jobs below.