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:
Ran Benita
2022-02-23 15:59:54 +02:00
committed by GitHub
parent 0c80a1c836
commit 7b6e477e2f
8 changed files with 33 additions and 43 deletions
+3
View File
@@ -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.