Add changelog

This commit is contained in:
Hugo Buddelmeijer 2022-06-21 15:18:26 +02:00
parent 9d72bc48ee
commit 4b27e29ba8
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Fix regression where running with ``--pdb`` would call the ``tearDown`` methods of ``unittest.TestCase``
subclasses tests that are skipped on the class level.