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 9acdbaf commit a00b675Copy full SHA for a00b675
setup.cfg
@@ -3,7 +3,7 @@ requirement_cls = cockroachdb.sqlalchemy.test_requirements:Requirements
3
profile_file=.profiles.txt
4
5
[db]
6
-default=cockroachdb://root@localhost:26257/defaultdb
+default=cockroachdb://root@localhost:26257/defaultdb?disable_cockroachdb_telemetry=True
7
8
[flake8]
9
max-line-length = 100
0 commit comments