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 e478f57 commit b846aa7Copy full SHA for b846aa7
data_algebra/test_util.py
@@ -18,10 +18,10 @@
18
19
20
# controls
21
-test_PostgreSQL = True # causes an external dependency
22
-test_BigQuery = True # causes an external dependency
23
-test_MySQL = True # causes an external dependency
24
-test_Spark = True # causes an external dependency
+test_PostgreSQL = False # causes an external dependency
+test_BigQuery = False # causes an external dependency
+test_MySQL = False # causes an external dependency
+test_Spark = False # causes an external dependency
25
26
27
def formats_to_self(ops):
0 commit comments