$OpenBSD: patch-jsonschema_tests_test_jsonschema_test_suite_py,v 1.1.1.1 2015/08/16 19:46:22 edd Exp $

Bad interpreter path.

--- jsonschema/tests/test_jsonschema_test_suite.py.orig	Sun Aug 16 17:51:04 2015
+++ jsonschema/tests/test_jsonschema_test_suite.py	Sun Aug 16 17:51:16 2015
@@ -47,7 +47,7 @@ TESTS_DIR = os.path.join(SUITE, "tests")
 JSONSCHEMA_SUITE = os.path.join(SUITE, "bin", "jsonschema_suite")
 
 remotes_stdout = subprocess.Popen(
-    ["python", JSONSCHEMA_SUITE, "remotes"], stdout=subprocess.PIPE,
+    [sys.executable, JSONSCHEMA_SUITE, "remotes"], stdout=subprocess.PIPE,
 ).stdout
 
 with closing(remotes_stdout):
