[Python-modules-commits] [sqlobject] 04/12: We don't need pkg_resources to run the test suite during the
Neil Muller
drnlmza-guest at moszumanska.debian.org
Thu Oct 29 12:44:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
drnlmza-guest pushed a commit to branch master
in repository sqlobject.
commit e076c75f541100c439a339e09c73bd96bcf0e208
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 6e1d60e..fb222cf 100644
--- a/sqlobject/conftest.py
+++ b/sqlobject/conftest.py
@@ -11,12 +11,6 @@ import py
import os
import sqlobject
-try:
- import pkg_resources
-except ImportError: # Python 2.2
- pass
-else:
- pkg_resources.require('SQLObject')
connectionShortcuts = {
'mysql': 'mysql://test@localhost/test',
--
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