diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-09-29 17:12:45 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-09-29 17:12:45 -0400 |
| commit | e53bd22d9eb650a162910df9201b8044d40ee51f (patch) | |
| tree | c8da70c7acfa7d476b6806362e2ccf3753592e64 | |
| parent | b570c8f69eec289fef52c37812cc95923fd94356 (diff) | |
| download | sqlalchemy-e53bd22d9eb650a162910df9201b8044d40ee51f.tar.gz | |
also get rid of satest.cfg
| -rw-r--r-- | lib/sqlalchemy/testing/plugin/noseplugin.py | 2 | ||||
| -rw-r--r-- | test/plugin/noseplugin.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/testing/plugin/noseplugin.py b/lib/sqlalchemy/testing/plugin/noseplugin.py index aff1dffa5..7f42f7a68 100644 --- a/lib/sqlalchemy/testing/plugin/noseplugin.py +++ b/lib/sqlalchemy/testing/plugin/noseplugin.py @@ -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): diff --git a/test/plugin/noseplugin.py b/test/plugin/noseplugin.py index aff1dffa5..7f42f7a68 100644 --- a/test/plugin/noseplugin.py +++ b/test/plugin/noseplugin.py @@ -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): |
