Skip to content

Commit a00b675

Browse files
authored
Add disable_cockroachdb_telemetry=True in connection string to disable telemetry when testing (#143)
1 parent 9acdbaf commit a00b675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requirement_cls = cockroachdb.sqlalchemy.test_requirements:Requirements
33
profile_file=.profiles.txt
44

55
[db]
6-
default=cockroachdb://root@localhost:26257/defaultdb
6+
default=cockroachdb://root@localhost:26257/defaultdb?disable_cockroachdb_telemetry=True
77

88
[flake8]
99
max-line-length = 100

0 commit comments

Comments
 (0)