From a6a485a89767085e4b2ec692bf69db9d728b27e5 Mon Sep 17 00:00:00 2001 From: Irtaza Akram Date: Tue, 21 May 2024 11:15:32 +0500 Subject: [PATCH] fix: tests --- .github/workflows/unit-tests.yml | 5 +++-- .github/workflows/verify-gha-unit-tests-count.yml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index c6e754915102..f647879ec87b 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -80,8 +80,9 @@ jobs: - name: install requirements run: | - sudo apt-get remove python3-blinker python3-commandnotfound python3-entrypoints - python3-pyasn1-modules python3-systemd -y + sudo apt-get remove python3-blinker python3-commandnotfound python3-entrypoints \ + python3-parted python3-pexpect python3-pyasn1-modules \ + python3-systemd -y sudo make test-requirements if [[ "${{ matrix.django-version }}" != "pinned" ]]; then sudo pip install "django~=${{ matrix.django-version }}.0" diff --git a/.github/workflows/verify-gha-unit-tests-count.yml b/.github/workflows/verify-gha-unit-tests-count.yml index 5183f82e00e5..34c6513f860c 100644 --- a/.github/workflows/verify-gha-unit-tests-count.yml +++ b/.github/workflows/verify-gha-unit-tests-count.yml @@ -19,8 +19,9 @@ jobs: - uses: actions/checkout@v2 - name: install requirements run: | - sudo apt-get remove python3-blinker python3-commandnotfound python3-entrypoints - python3-pyasn1-modules python3-systemd -y + sudo apt-get remove python3-blinker python3-commandnotfound python3-entrypoints \ + python3-parted python3-pexpect python3-pyasn1-modules \ + python3-systemd -y sudo make test-requirements - name: verify unit tests count