From cdbc236192302bc84d84f74444f1c7809b1719cf Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 25 Jun 2023 09:48:14 +0200 Subject: [PATCH] TODO: Re-enable quantum tests --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 917971267..bb387cb6e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,8 +22,9 @@ jobs: python -m pip install --upgrade pip setuptools six wheel python -m pip install pytest-cov -r requirements.txt - name: Run tests - # See: #6591 for re-enabling tests on Python v3.11 + # TODO: Re-enable quantum tests run: pytest + --ignore=quantum/ --ignore=project_euler/ --ignore=scripts/validate_solutions.py --cov-report=term-missing:skip-covered