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.
2 parents f2b41ac + 6420f51 commit 8239fb5Copy full SHA for 8239fb5
cli/tests/integration/test_run.py
@@ -6,9 +6,9 @@
6
7
8
@pytest.mark.skip(
9
- reason="This is failing when fake.com fails to connect,
10
- but I don't want to spend the time to fix it, because this CLI is hopefully going
11
- away in 1.10.")
+ reason=("This is failing when fake.com fails to connect,"
+ "but I don't want to spend the time to fix it, because this CLI is hopefully going"
+ "away in 1.10."))
12
@mock.patch('subprocess.Popen')
13
@mock.patch('dcos_spark.spark_submit.spark_app')
14
def test_spark_hdfs_config_url(spark_app, Popen):
0 commit comments