From a178b8f1da1443414d3b5d4546e29800d7eb38d1 Mon Sep 17 00:00:00 2001 From: Rodolfo Date: Sat, 30 Mar 2024 13:24:09 -0300 Subject: [PATCH] Fix mokito version --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index adef79f..bbedc45 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -24,7 +24,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pytest mockito pytest-cov codecov + pip install pytest mockito==1.4.0 pytest-cov codecov pip install -r requirements.txt - name: Run tests run: |