You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/citeproc-py/files/stop_test_from_accessing_gi...

14 lines
432 B

diff --git a/tests/citeproc-test.py b/tests/citeproc-test.py
index 11bd47d..8934700 100644
--- a/tests/citeproc-test.py
+++ b/tests/citeproc-test.py
@@ -288,7 +288,7 @@ if __name__ == '__main__':
glob_pattern = '*'
run_all_tests = True
- test_repo_has_updates = clone_test_suite()
+ test_repo_has_updates = False
# import the text fixture parser included with citeproc-test
try: # Python 3.3+