This repository was archived by the owner on Sep 1, 2024. It is now read-only.
Commit ed5c71a
committed
Use "new-style" pluggy hook wrapper
When all test failures are due to quarantined tests, we call
pytest.exit() to force a successful exit. Newer versions of pluggy emit
a `pluggy.PluggyTeardownRaisedWarning` warning due to using the
"old-style" hook wrappers. This change switches to the new style,
which eliminates the warning.1 parent 1e31ff9 commit ed5c71a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
589 | | - | |
| 589 | + | |
590 | 590 | | |
591 | 591 | | |
592 | 592 | | |
| |||
0 commit comments