diff options
Diffstat (limited to 'testing/py-passlib/skip-bsdi_crypt-test.patch')
-rw-r--r-- | testing/py-passlib/skip-bsdi_crypt-test.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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 0000000000..60d9cf0d1e --- /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() |