TODO: Re-enable quantum tests

This commit is contained in:
Christian Clauss 2023-06-25 09:48:14 +02:00 committed by GitHub
parent c93aba076c
commit cdbc236192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,9 @@ jobs:
python -m pip install --upgrade pip setuptools six wheel python -m pip install --upgrade pip setuptools six wheel
python -m pip install pytest-cov -r requirements.txt python -m pip install pytest-cov -r requirements.txt
- name: Run tests - name: Run tests
# See: #6591 for re-enabling tests on Python v3.11 # TODO: Re-enable quantum tests
run: pytest run: pytest
--ignore=quantum/
--ignore=project_euler/ --ignore=project_euler/
--ignore=scripts/validate_solutions.py --ignore=scripts/validate_solutions.py
--cov-report=term-missing:skip-covered --cov-report=term-missing:skip-covered