From 337c330a0e1b00b36698dee3f5d6e894a99b1f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez-Mondrag=C3=B3n?= Date: Wed, 20 Mar 2024 09:18:27 -0600 Subject: [PATCH] Revert "Do not use pytest-xdist" This reverts commit ea6ea0c7195ad729863b7712444eb39d5d5a0461. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b0b2b00..10bc207 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,4 +38,4 @@ jobs: poetry install - name: Test with pytest run: | - poetry run pytest + poetry run pytest -n auto