]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
also get rid of satest.cfg
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 29 Sep 2012 21:12:45 +0000 (17:12 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 29 Sep 2012 21:12:45 +0000 (17:12 -0400)
lib/sqlalchemy/testing/plugin/noseplugin.py
test/plugin/noseplugin.py

index aff1dffa5b27d797b11faa33816185222d9a2994..7f42f7a68a74a22c8ea1c7cef237f2c4ce6d3596 100644 (file)
@@ -89,7 +89,7 @@ class NoseSQLAlchemy(Plugin):
                 help="Write/update profiling data.")
         global file_config
         file_config = ConfigParser.ConfigParser()
-        file_config.read(['setup.cfg', 'test.cfg', os.path.expanduser('~/.satest.cfg')])
+        file_config.read(['setup.cfg', 'test.cfg'])
         config.file_config = file_config
 
     def configure(self, options, conf):
index aff1dffa5b27d797b11faa33816185222d9a2994..7f42f7a68a74a22c8ea1c7cef237f2c4ce6d3596 100644 (file)
@@ -89,7 +89,7 @@ class NoseSQLAlchemy(Plugin):
                 help="Write/update profiling data.")
         global file_config
         file_config = ConfigParser.ConfigParser()
-        file_config.read(['setup.cfg', 'test.cfg', os.path.expanduser('~/.satest.cfg')])
+        file_config.read(['setup.cfg', 'test.cfg'])
         config.file_config = file_config
 
     def configure(self, options, conf):