Skip to content

Commit

Permalink
Merge pull request #93 from PennyLaneAI/Remove-suppression-of-some-de…
Browse files Browse the repository at this point in the history
…precation-warnings-from-plugin-test-matrix

Remove suppression of some deprecation warnings from plugin test matrix
  • Loading branch information
JerryChen97 authored Nov 18, 2024
2 parents 1ccacd3 + 3862ad5 commit 9c545c2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 28 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/aqt-stable-latest.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions .github/workflows/cirq-stable-latest.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions .github/workflows/ionq-stable-latest.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions .github/workflows/qiskit-stable-latest.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions .github/workflows/qulacs-stable-latest.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions .github/workflows/rigetti-stable-latest.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions workflow-template-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,5 @@ jobs:
- name: Run plugin tests
run: |
python -m pytest plugin_repo/{{ tests_loc }} --tb=short {%- for kwarg in test_kwargs %} {{ kwarg }}{%- endfor %}{% if no_deprecation_error %}{% else %} \
-W "error::pennylane.PennyLaneDeprecationWarning"{% endif %}{% if latest or no_deprecation_error %}{% else %} \
-W "ignore:QubitDevice:pennylane.PennyLaneDeprecationWarning" \
-W "ignore:qml.operation.Tensor:pennylane.PennyLaneDeprecationWarning" \
-W "ignore:QubitStateVector:pennylane.PennyLaneDeprecationWarning"{% endif %}
-W "error::pennylane.PennyLaneDeprecationWarning"{% endif %}

0 comments on commit 9c545c2

Please sign in to comment.