[Python-modules-commits] [sqlobject] 16/20: We don't need pkg_resources to run the test suite during the
    Neil Muller 
    drnlmza-guest at moszumanska.debian.org
       
    Wed May 11 09:48:32 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 d99eb5fa3b29c903662fd2f32e9dbee279e2d411
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