From ef87280eab6e101d01828b2e4996c448546518d4 Mon Sep 17 00:00:00 2001 From: Paige Gulley Date: Thu, 14 Dec 2023 13:39:35 -0500 Subject: [PATCH] removed impossible mediacloud test suite --- .github/workflows/wm-integration-test.yml | 30 ------------------- ...test_waybacknews.py => test_mediacloud.py} | 0 2 files changed, 30 deletions(-) delete mode 100644 .github/workflows/wm-integration-test.yml rename mcnews/tests/{test_waybacknews.py => test_mediacloud.py} (100%) diff --git a/.github/workflows/wm-integration-test.yml b/.github/workflows/wm-integration-test.yml deleted file mode 100644 index 2fc3a20..0000000 --- a/.github/workflows/wm-integration-test.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: do-testing - -on: - push: - branches: ["main"] - pull_request: - branches: ["main"] - -jobs: - - build: - runs-on: ubuntu-latest - strategy: - matrix: - python-version: ["3.10"] - - steps: - - uses: actions/checkout@v3 - - - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 - with: - python-version: ${{ matrix.python-version }} - - - name: Install Deps - run: | - pip install -e .[dev] - - name: Run Pytest - run: | - pytest mcnews/tests/test_waybacknews.py diff --git a/mcnews/tests/test_waybacknews.py b/mcnews/tests/test_mediacloud.py similarity index 100% rename from mcnews/tests/test_waybacknews.py rename to mcnews/tests/test_mediacloud.py