Blame SOURCES/test-sys-executable.patch

1320a6
diff -U3 -r jsonschema-2.6.0-orig/jsonschema/tests/test_jsonschema_test_suite.py jsonschema-2.6.0/jsonschema/tests/test_jsonschema_test_suite.py
1320a6
--- jsonschema-2.6.0-orig/jsonschema/tests/test_jsonschema_test_suite.py	2016-11-27 16:49:17.000000000 +0100
1320a6
+++ jsonschema-2.6.0/jsonschema/tests/test_jsonschema_test_suite.py	2018-05-30 15:29:44.840669853 +0200
1320a6
@@ -47,7 +47,7 @@
1320a6
 JSONSCHEMA_SUITE = os.path.join(SUITE, "bin", "jsonschema_suite")
1320a6
 
1320a6
 remotes_stdout = subprocess.Popen(
1320a6
-    ["python", JSONSCHEMA_SUITE, "remotes"], stdout=subprocess.PIPE,
1320a6
+    [sys.executable, JSONSCHEMA_SUITE, "remotes"], stdout=subprocess.PIPE,
1320a6
 ).stdout
1320a6
 
1320a6
 with closing(remotes_stdout):