From db90a22efe1b83085e32be09bf76367c368ce1f4 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Sat, 10 Aug 2024 16:35:00 +0100 Subject: [PATCH] Remove pytest timeout This is literally in the documentation?? --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index eff1511..c6a4ac6 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -23,4 +23,4 @@ jobs: flake8 --max-line-length 120 $(git ls-files '*.py') - name: Run tests with pytest run: | - pytest --timeout=60 + pytest