Commit 8030b61
Changing package warning as errors additional args (#8705)
**Context:**
Bug fix for the issue found in (#8699) :
`pytest-benchmark causes a collection failure when using pytest-xdist.
Since this is now on by default, we must skip the benchmarking runs
explicitly when running the WAE reporter action.`
The `--benchmark-disable` flag isn't being passed to the unit tests
despite the previous fix.
**Description of the Change:**
Updating `interface-unit-test` so that `pytest_additional_args` gets
used.
**Benefits:**
The flags passed using `pytest_additional_args` gets used.
**Possible Drawbacks:**
None.
**Related GitHub Issues:**
PennyLaneAI/plugin-test-matrix#116
#8699
---------
Co-authored-by: Yushao Chen (Jerry) <[email protected]>1 parent a436e93 commit 8030b61
File tree
2 files changed
+4
-1
lines changed- .github/workflows
- doc/releases
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
520 | 523 | | |
521 | 524 | | |
522 | 525 | | |
| |||
0 commit comments