From 7923e4b4c4232b4538ed3fb97220906cdf46bd13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ha=CC=8Akon=20Wiik=20A=CC=8Anes?= Date: Sun, 29 Sep 2024 20:01:18 +0200 Subject: [PATCH] Update call to doctest-modules on CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Håkon Wiik Ånes --- .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 1a64f2b0..4af3f005 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -108,7 +108,7 @@ jobs: if: ${{ matrix.os == 'ubuntu-latest' }} continue-on-error: true run: | - xvfb-run pytest --doctest-modules --doctest-continue-on-failure --ignore-glob=kikuchipy/*/tests kikuchipy/*.py + xvfb-run pytest src --doctest-modules --doctest-continue-on-failure - name: Run tests in a virtual X server environment on Ubuntu if: ${{ matrix.os == 'ubuntu-latest' }}