[Python-modules-commits] [sqlobject] 06/15: We don't need pkg_resources to run the test suite during the
Neil Muller
drnlmza-guest at moszumanska.debian.org
Wed Jun 29 15:11:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
drnlmza-guest pushed a commit to branch master
in repository sqlobject.
commit 2eee1a7bf8546339b7058a173a0adea8a7fddfab
Author: Neil Muller <drnlmuller+debian at gmail.com>
Date: Thu Oct 8 14:08:56 2015 -0700
We don't need pkg_resources to run the test suite during the
build, so remove that dependency.
Forwarded: not-needed
Last-Update: 2014-04-13
Patch-Name: remove_pkg_resources
---
sqlobject/conftest.py | 6 ------
1 file changed, 6 deletions(-)
diff --git a/sqlobject/conftest.py b/sqlobject/conftest.py
index 1d9dc26..967ab44 100644
--- a/sqlobject/conftest.py
+++ b/sqlobject/conftest.py
@@ -6,12 +6,6 @@ application.
import py
import sqlobject
-try:
- import pkg_resources
-except ImportError: # Python 2.2
- pass
-else:
- pkg_resources.require('SQLObject')
# Override some options (doesn't override command line):
verbose = 0
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sqlobject.git
More information about the Python-modules-commits
mailing list