Revert "Deprecate raising unittest.SkipTest to skip tests during collection" (#9710)
This reverts commit 25e657bfc1.
Turns out that this *is* a working unittest feature, which pytest should
support, so undo the deprecation.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
The deprecation of raising :class:`unittest.SkipTest` to skip collection of
|
||||
tests during the pytest collection phase is reverted - this is now a supported
|
||||
feature again.
|
||||
Reference in New Issue
Block a user