We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdace0b commit 573df44Copy full SHA for 573df44
tests/conftest.py
@@ -156,9 +156,6 @@ def connection_root(connection_root_bare, prefix):
156
def connection_test(connection_root, prefix, db_creds_test):
157
"""Test user database connection."""
158
database = f"{prefix}%%"
159
- credentials = dict(
160
- host=os.getenv("DJ_HOST"), user="datajoint", password="datajoint"
161
- )
162
permission = "ALL PRIVILEGES"
163
164
# Create MySQL users
0 commit comments