diff mbox series

[01/10] tests: Change from expectedFailure to skip

Message ID 20220930161921.266633-1-stephen@that.guru
State Accepted
Headers show
Series [01/10] tests: Change from expectedFailure to skip | expand

Commit Message

Stephen Finucane Sept. 30, 2022, 4:19 p.m. UTC
Python 3.10 recognises unexpected passes as failures now.

Signed-off-by: Stephen Finucane <stephen@that.guru>
---
 patchwork/tests/test_series.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stephen Finucane Sept. 30, 2022, 4:54 p.m. UTC | #1
On Fri, 2022-09-30 at 17:19 +0100, Stephen Finucane wrote:
> Python 3.10 recognises unexpected passes as failures now.
> 
> Signed-off-by: Stephen Finucane <stephen@that.guru>

I added some release notes and merged this whole series.

Stephen
diff mbox series

Patch

diff --git patchwork/tests/test_series.py patchwork/tests/test_series.py
index 8d8c4e14..d3e20e08 100644
--- patchwork/tests/test_series.py
+++ patchwork/tests/test_series.py
@@ -178,7 +178,7 @@  class BaseSeriesTest(_BaseTestCase):
         self.assertSerialized(patches, [2])
         self.assertSerialized(covers, [1])
 
-    @unittest.expectedFailure
+    @unittest.skip('Flaky test')
     def test_duplicated(self):
         """Series received on multiple mailing lists.