[Python-modules-commits] [python-pygit2] 03/11: Don't access internet during build

Ondrej Novy onovy at debian.org
Fri Jan 5 15:50:18 UTC 2018


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

onovy pushed a commit to branch master
in repository python-pygit2.

commit eedd81a32fd28422abc9867f1255f6bccb98fd74
Author: Ondřej Nový <onovy at debian.org>
Date:   Fri Dec 1 14:59:57 2017 +0100

    Don't access internet during build
---
 test/utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/utils.py b/test/utils.py
index e574a74..7eb76a8 100644
--- a/test/utils.py
+++ b/test/utils.py
@@ -41,7 +41,7 @@ import unittest
 import pygit2
 
 
-_no_network = None
+_no_network = True
 def no_network():
     global _no_network
     if _no_network is None:

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



More information about the Python-modules-commits mailing list