Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing raises keyword for test_depth xfail
I had forgotten to do this earlier when converting from skip to xfail. Besides consistency with the other uses of xfail in the test suite, the benefit of passing "raises" is that pytest checks that the failure gave the expected exception and makes it a non-expected failure if it didn't.
- Loading branch information