aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-passlib/skip-bsdi_crypt-test.patch
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2017-04-19 23:00:23 +0000
committerShiz <hi@shiz.me>2017-05-11 00:23:24 +0200
commit855f4841d0d73f145611245e4d6b36caf4d28e4e (patch)
treeb54b48dc79287e46fb57b040b6f6f754fd90978e /testing/py-passlib/skip-bsdi_crypt-test.patch
parentd87e1a727d860f2b1d6ecad79c1504bd77ae4325 (diff)
downloadaports-855f4841d0d73f145611245e4d6b36caf4d28e4e.tar.bz2
aports-855f4841d0d73f145611245e4d6b36caf4d28e4e.tar.xz
testing/py-passlib: add check()
Diffstat (limited to 'testing/py-passlib/skip-bsdi_crypt-test.patch')
-rw-r--r--testing/py-passlib/skip-bsdi_crypt-test.patch12
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()