From 2cd91a2358c91a9aaa7f3a577309318edd86acc0 Mon Sep 17 00:00:00 2001 From: Mathias Hauser Date: Mon, 13 Dec 2021 21:39:46 +0100 Subject: [PATCH 1/2] disable pytest-xdist --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 82e21a4f46c..6ac9d30ab3b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -87,7 +87,7 @@ jobs: run: | python -c "import xarray" - name: Run tests - run: python -m pytest -n 4 + run: python -m pytest --cov=xarray --cov-report=xml --junitxml=pytest.xml From 6199a88d062af22ff6bef30140f0479fbcc99df1 Mon Sep 17 00:00:00 2001 From: Mathias Hauser Date: Wed, 22 Dec 2021 09:59:47 +0100 Subject: [PATCH 2/2] disable pytest-xdist for ci-additional --- .github/workflows/ci-additional.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-additional.yaml b/.github/workflows/ci-additional.yaml index 0b59e199b39..6e75587a14b 100644 --- a/.github/workflows/ci-additional.yaml +++ b/.github/workflows/ci-additional.yaml @@ -96,7 +96,7 @@ jobs: python -c "import xarray" - name: Run tests run: | - python -m pytest -n 4 \ + python -m pytest \ --cov=xarray \ --cov-report=xml \ $PYTEST_EXTRA_FLAGS