We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a546ab commit f0d0567Copy full SHA for f0d0567
1 file changed
pytest_sqlalchemy.py
@@ -122,10 +122,7 @@ def app_config(request):
122
[DEFAULT]
123
sqlalchemy.url = postgresql://scott:tiger@localhost/test
124
"""
125
- try:
126
- import ConfigParser
127
- except ImportError:
128
- import configparser as ConfigParser
+ import configparser as ConfigParser
129
130
config_path = request.config.getoption("--sqlalchemy-config-file")
131
if config_path:
0 commit comments