From bb852ac06b7b3d51646e79f38564b85044097a2f Mon Sep 17 00:00:00 2001 From: harisreedhar Date: Mon, 9 Feb 2026 14:34:54 +0530 Subject: [PATCH] add pytest-mock --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c8a6565..1fad1e40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,7 @@ jobs: python-version: '3.12' - run: python install.py --onnxruntime default --skip-conda - run: pip install pytest + - run: pip install pytest-mock - run: pip install httpx - run: pip install python-multipart - run: pytest @@ -54,6 +55,7 @@ jobs: - run: pip install coveralls - run: pip install pytest - run: pip install pytest-cov + - run: pip install pytest-mock - run: pip install httpx - run: pip install python-multipart - run: pytest tests --cov facefusion