summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/plugin/pytestplugin.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2017-08-20 18:21:34 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2017-08-20 18:21:34 -0400
commitcc741e1ac7fce9ce7117b4855d56e38749c04868 (patch)
tree1e82087b420318b963c76df05077daac32c1b239 /lib/sqlalchemy/testing/plugin/pytestplugin.py
parent00309662008b8c4a66f3e008d417ff836c91004b (diff)
downloadsqlalchemy-cc741e1ac7fce9ce7117b4855d56e38749c04868.tar.gz
- rework oracle de-provisioning to write URLs to the file as well,
supporting custom dburi etc. Change-Id: Ic0ab0b3b4223e40fd335ee3313fda4dfce942100
Diffstat (limited to 'lib/sqlalchemy/testing/plugin/pytestplugin.py')
-rw-r--r--lib/sqlalchemy/testing/plugin/pytestplugin.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/sqlalchemy/testing/plugin/pytestplugin.py b/lib/sqlalchemy/testing/plugin/pytestplugin.py
index d7da73828..377b4643c 100644
--- a/lib/sqlalchemy/testing/plugin/pytestplugin.py
+++ b/lib/sqlalchemy/testing/plugin/pytestplugin.py
@@ -42,10 +42,6 @@ def pytest_configure(config):
plugin_base.configure_follower(
config.slaveinput["follower_ident"]
)
-
- if config.option.write_idents:
- with open(config.option.write_idents, "a") as file_:
- file_.write(config.slaveinput["follower_ident"] + "\n")
else:
if config.option.write_idents and \
os.path.exists(config.option.write_idents):