[Python-modules-commits] [python-formencode] 04/11: disable_pkg_resources_in_tests
Neil Muller
drnlmza-guest at moszumanska.debian.org
Tue Jun 14 13:00:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
drnlmza-guest pushed a commit to branch master
in repository python-formencode.
commit f45e2cea1b79cfb882843b62df8b66d3a04ebcef
Author: Stefano Rivera <stefanor at debian.org>
Date: Sun Oct 11 22:20:18 2015 +0200
disable_pkg_resources_in_tests
Patch-Name: disable_pkg_resources_in_tests.patch
---
formencode/tests/__init__.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/formencode/tests/__init__.py b/formencode/tests/__init__.py
index a380a39..7fa25b4 100644
--- a/formencode/tests/__init__.py
+++ b/formencode/tests/__init__.py
@@ -12,5 +12,5 @@ os.environ['LANGUAGE'] = 'C'
import warnings
warnings.simplefilter('default')
-import pkg_resources
-pkg_resources.require('FormEncode')
+#import pkg_resources
+#pkg_resources.require('FormEncode')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-formencode.git
More information about the Python-modules-commits
mailing list