From 855f4841d0d73f145611245e4d6b36caf4d28e4e Mon Sep 17 00:00:00 2001 From: Stuart Cardall Date: Wed, 19 Apr 2017 23:00:23 +0000 Subject: testing/py-passlib: add check() --- testing/py-passlib/skip-bsdi_crypt-test.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testing/py-passlib/skip-bsdi_crypt-test.patch (limited to 'testing/py-passlib/skip-bsdi_crypt-test.patch') diff --git a/testing/py-passlib/skip-bsdi_crypt-test.patch b/testing/py-passlib/skip-bsdi_crypt-test.patch new file mode 100644 index 00000000000..60d9cf0d1e1 --- /dev/null +++ b/testing/py-passlib/skip-bsdi_crypt-test.patch @@ -0,0 +1,12 @@ +--- passlib-1.7.1/passlib/tests/utils.py ++++ passlib-1.7.1/passlib/tests/utils.py.new +@@ -3171,8 +3171,7 @@ + self.fail("expected %r platform would have native support " + "for %r" % (platform, self.handler.name)) + else: +- self.fail("did not expect %r platform would have native support " +- "for %r" % (platform, self.handler.name)) ++ raise self.skipTest("varied support on %r platform" % platform) + + #=================================================================== + # fuzzy verified support -- add new verified that uses os crypt() -- cgit v1.2.3