diff --git a/.github/workflows/aqt-stable-latest.yml b/.github/workflows/aqt-stable-latest.yml index 6cef432..325bf9a 100644 --- a/.github/workflows/aqt-stable-latest.yml +++ b/.github/workflows/aqt-stable-latest.yml @@ -66,7 +66,4 @@ jobs: - name: Run plugin tests run: | python -m pytest plugin_repo/tests --tb=short \ - -W "error::pennylane.PennyLaneDeprecationWarning" \ - -W "ignore:QubitDevice:pennylane.PennyLaneDeprecationWarning" \ - -W "ignore:qml.operation.Tensor:pennylane.PennyLaneDeprecationWarning" \ - -W "ignore:QubitStateVector:pennylane.PennyLaneDeprecationWarning" + -W "error::pennylane.PennyLaneDeprecationWarning" diff --git a/.github/workflows/cirq-stable-latest.yml b/.github/workflows/cirq-stable-latest.yml index d4efd81..e9f783d 100644 --- a/.github/workflows/cirq-stable-latest.yml +++ b/.github/workflows/cirq-stable-latest.yml @@ -74,7 +74,4 @@ jobs: - name: Run plugin tests run: | python -m pytest plugin_repo/tests --tb=short \ - -W "error::pennylane.PennyLaneDeprecationWarning" \ - -W "ignore:QubitDevice:pennylane.PennyLaneDeprecationWarning" \ - -W "ignore:qml.operation.Tensor:pennylane.PennyLaneDeprecationWarning" \ - -W "ignore:QubitStateVector:pennylane.PennyLaneDeprecationWarning" + -W "error::pennylane.PennyLaneDeprecationWarning" diff --git a/.github/workflows/ionq-stable-latest.yml b/.github/workflows/ionq-stable-latest.yml index 583b7b2..4c2a9a4 100644 --- a/.github/workflows/ionq-stable-latest.yml +++ b/.github/workflows/ionq-stable-latest.yml @@ -68,7 +68,4 @@ jobs: - name: Run plugin tests run: | python -m pytest plugin_repo/tests --tb=short \ - -W "error::pennylane.PennyLaneDeprecationWarning" \ - -W "ignore:QubitDevice:pennylane.PennyLaneDeprecationWarning" \ - -W "ignore:qml.operation.Tensor:pennylane.PennyLaneDeprecationWarning" \ - -W "ignore:QubitStateVector:pennylane.PennyLaneDeprecationWarning" + -W "error::pennylane.PennyLaneDeprecationWarning" diff --git a/.github/workflows/qiskit-stable-latest.yml b/.github/workflows/qiskit-stable-latest.yml index eb40d52..7b014cc 100644 --- a/.github/workflows/qiskit-stable-latest.yml +++ b/.github/workflows/qiskit-stable-latest.yml @@ -73,7 +73,4 @@ jobs: - name: Run plugin tests run: | python -m pytest plugin_repo/tests --tb=short \ - -W "error::pennylane.PennyLaneDeprecationWarning" \ - -W "ignore:QubitDevice:pennylane.PennyLaneDeprecationWarning" \ - -W "ignore:qml.operation.Tensor:pennylane.PennyLaneDeprecationWarning" \ - -W "ignore:QubitStateVector:pennylane.PennyLaneDeprecationWarning" + -W "error::pennylane.PennyLaneDeprecationWarning" diff --git a/.github/workflows/qulacs-stable-latest.yml b/.github/workflows/qulacs-stable-latest.yml index 2931d16..488e9b5 100644 --- a/.github/workflows/qulacs-stable-latest.yml +++ b/.github/workflows/qulacs-stable-latest.yml @@ -69,7 +69,4 @@ jobs: - name: Run plugin tests run: | python -m pytest plugin_repo/tests --tb=short \ - -W "error::pennylane.PennyLaneDeprecationWarning" \ - -W "ignore:QubitDevice:pennylane.PennyLaneDeprecationWarning" \ - -W "ignore:qml.operation.Tensor:pennylane.PennyLaneDeprecationWarning" \ - -W "ignore:QubitStateVector:pennylane.PennyLaneDeprecationWarning" + -W "error::pennylane.PennyLaneDeprecationWarning" diff --git a/.github/workflows/rigetti-stable-latest.yml b/.github/workflows/rigetti-stable-latest.yml index 7d46775..a634d17 100644 --- a/.github/workflows/rigetti-stable-latest.yml +++ b/.github/workflows/rigetti-stable-latest.yml @@ -75,7 +75,4 @@ jobs: - name: Run plugin tests run: | python -m pytest plugin_repo/tests --tb=short \ - -W "error::pennylane.PennyLaneDeprecationWarning" \ - -W "ignore:QubitDevice:pennylane.PennyLaneDeprecationWarning" \ - -W "ignore:qml.operation.Tensor:pennylane.PennyLaneDeprecationWarning" \ - -W "ignore:QubitStateVector:pennylane.PennyLaneDeprecationWarning" + -W "error::pennylane.PennyLaneDeprecationWarning" diff --git a/workflow-template-latest.yml b/workflow-template-latest.yml index 0c0871c..ea50838 100644 --- a/workflow-template-latest.yml +++ b/workflow-template-latest.yml @@ -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 %}