Skip to content

Commit 3f657ce

Browse files
committed
Disable q_fourier_transform.py
1 parent adc2ace commit 3f657ce

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

Diff for: .github/workflows/build.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,13 @@ jobs:
2323
python -m pip install --upgrade pip setuptools six wheel
2424
python -m pip install pytest-cov -r requirements.txt
2525
- name: Run tests
26-
# TODO: #8818 Re-enable quantum tests
26+
# TODO: #8818 Re-enable quantum tests (files are currently disabled)
2727
run: pytest
28-
--ignore=quantum/q_fourier_transform.py
2928
--ignore=project_euler/
3029
--ignore=scripts/validate_solutions.py
3130
- name: Check test coverage
32-
# TODO: #8818 Re-enable quantum tests
3331
run: pytest
3432
--cov-report=term-missing:skip-covered
35-
--cov=. .
33+
--cov=.
3634
- if: ${{ success() }}
3735
run: scripts/build_directory_md.py 2>&1 | tee DIRECTORY.md

Diff for: pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ addopts = [
131131
omit = [
132132
".env/*",
133133
"project_euler/*",
134-
"quantum/q_fourier_transform.py",
135134
"scripts/validate_solutions.py"
136135
]
137136
sort = "Cover"
File renamed without changes.

0 commit comments

Comments
 (0)