[Python-modules-commits] [python-pyld] 126/276: Turn on useNativeTypes.

Wolfgang Borgert debacle at moszumanska.debian.org
Wed Oct 8 23:48:01 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to branch master
in repository python-pyld.

commit 3dee8ff70c88328cb3cd17f5a47c042889a27eca
Author: Dave Longley <dlongley at digitalbazaar.com>
Date:   Fri Jun 7 12:01:37 2013 -0400

    Turn on useNativeTypes.
---
 tests/runtests.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/runtests.py b/tests/runtests.py
index 9c3d07d..b04721f 100644
--- a/tests/runtests.py
+++ b/tests/runtests.py
@@ -188,7 +188,9 @@ class TestRunner:
                 # JSON-LD options
                 options = {
                     'base': 'http://json-ld.org/test-suite/tests/' +
-                        test['input']}
+                        test['input'],
+                    'useNativeTypes': True
+                }
 
                 success = False
                 try:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pyld.git



More information about the Python-modules-commits mailing list