From f89a24ae48302665a29fc756180feec6e41cb8c9 Mon Sep 17 00:00:00 2001 From: hakril Date: Sat, 1 Feb 2025 22:12:21 +0100 Subject: [PATCH] Add pytest-timeout in CI --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2517ead..6cb35b8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -76,7 +76,7 @@ jobs: py -${{ matrix.python-version}}-64 setup.py install - name: Installing pytest & capstone-windows - run: py -${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}} -m pip install pytest capstone-windows + run: py -${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}} -m pip install pytest pytest-timeout capstone-windows # Testing - name: Testing