Skip to content

Commit 4803139

Browse files
committed
MapR fix
1 parent 1157741 commit 4803139

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

mapr/tests/conftest.py

+2-5
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@
1717
'apt-get update',
1818
'sh -c "DEBIAN_FRONTEND=noninteractive dpkg --configure -a"',
1919
'sh -c "DEBIAN_FRONTEND=noninteractive apt-get install -f -y"',
20-
'sh -c "DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::=\\\"--force-confdef\\\" -o Dpkg::Options::=\\\"--force-confnew\\\" -y install libssl-dev"', # noqa: E501
21-
'sh -c "DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::=\\\"--force-confdef\\\" -o Dpkg::Options::=\\\"--force-confnew\\\" -y install gcc gnupg lsb-release ca-certificates"', # noqa: E501
22-
# 'apt-get install -y gcc gnupg lsb-release ca-certificates',
20+
# 'sh -c "DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::=\\\"--force-confdef\\\" -o Dpkg::Options::=\\\"--force-confnew\\\" -y install libssl-dev"', # noqa: E501
21+
'sh -c "DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::=\\\"--force-confdef\\\" -o Dpkg::Options::=\\\"--force-confnew\\\" -y install gcc gnupg lsb-release ca-certificates libssl-dev"', # noqa: E501
2322
# mapr-streams-python requires librdkafka headers as they're not shipped with the Agent
2423
# This requires adding confluent's APT repositories. These steps are based on the docs in
2524
# - https://docs.confluent.io/platform/current/installation/installing_cp/deb-ubuntu.html#get-the-software
@@ -34,8 +33,6 @@
3433
'apt-get install -y librdkafka-dev',
3534
# Finally, we can install the package
3635
'/opt/datadog-agent/embedded/bin/pip install mapr-streams-python',
37-
# 'sh -c "DEBIAN_FRONTEND=noninteractive dpkg --configure -a"',
38-
# 'sh -c "DEBIAN_FRONTEND=noninteractive apt-get install -f -y"',
3936
]
4037
}
4138

0 commit comments

Comments
 (0)