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 dd200ac commit 273f459Copy full SHA for 273f459
tests/integration/integ_test_base.py
@@ -226,7 +226,7 @@ def setUp(self):
226
# Platform specific - for integration tests we want to engage
227
# startup script
228
with open(self.tmp_dir + "/output.txt", "w") as outfile:
229
- cmd = ["tabpy", "--config=" + self.config_file_name]
+ cmd = ["tabpy", "--config=" + self.config_file_name, "--disable-auth-warning"]
230
preexec_fn = None
231
if platform.system() == "Windows":
232
self.py = "python"
0 commit comments