summaryrefslogtreecommitdiff
path: root/dev-python/citeproc-py/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-20 10:22:14 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-20 10:22:14 +0100
commit46eedbedafdb0040c37884982d4c775ce277fb7b (patch)
treedb33a91259730be84999e13a8d8168c799f50ac0 /dev-python/citeproc-py/files
parente23a08d0c97a0cc415aaa165da840b056f93c997 (diff)
gentoo resync : 20.10.2021
Diffstat (limited to 'dev-python/citeproc-py/files')
-rw-r--r--dev-python/citeproc-py/files/stop_test_from_accessing_git-0.6.0.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/citeproc-py/files/stop_test_from_accessing_git-0.6.0.patch b/dev-python/citeproc-py/files/stop_test_from_accessing_git-0.6.0.patch
new file mode 100644
index 000000000000..e04ff1be1b87
--- /dev/null
+++ b/dev-python/citeproc-py/files/stop_test_from_accessing_git-0.6.0.patch
@@ -0,0 +1,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+