diff options
author | 2021-09-13 19:03:34 +0000 | |
---|---|---|
committer | 2021-10-20 03:08:15 +0000 | |
commit | c5ecf710bcac01705d82d711f7a965f6c53f1135 (patch) | |
tree | 4af9cef0c510d6d839389cde70bb58e788cc80b9 /dev-python/citeproc-py/files | |
parent | app-antivirus/fangfrisch: disable py3.7 (diff) | |
download | gentoo-c5ecf710bcac01705d82d711f7a965f6c53f1135.tar.gz gentoo-c5ecf710bcac01705d82d711f7a965f6c53f1135.tar.bz2 gentoo-c5ecf710bcac01705d82d711f7a965f6c53f1135.zip |
dev-python/citeproc-py: add 0.6.0
Bug: https://bugs.gentoo.org/792561
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22283
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/citeproc-py/files')
-rw-r--r-- | dev-python/citeproc-py/files/stop_test_from_accessing_git-0.6.0.patch | 13 |
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+ |