mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-25 02:18:39 +00:00
TODO: Re-enable quantum tests
This commit is contained in:
parent
c93aba076c
commit
cdbc236192
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user