summaryrefslogtreecommitdiff
path: root/dev-python/citeproc-py/files/stop_test_from_accessing_git-0.6.0.patch
blob: e04ff1be1b8748405fb06a7f9eb9c98aee59f2de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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+