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 8df37f1 commit 0b26eadCopy full SHA for 0b26ead
mapr/tests/conftest.py
@@ -15,8 +15,6 @@
15
# customers are expected to install the package themselves.
16
# We do that here for the e2e testing environment.
17
'apt-get update',
18
- 'sh -c "DEBIAN_FRONTEND=noninteractive dpkg --configure -a"',
19
- '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 gcc gnupg lsb-release ca-certificates libssl-dev"', # noqa: E501
21
# mapr-streams-python requires librdkafka headers as they're not shipped with the Agent
22
# This requires adding confluent's APT repositories. These steps are based on the docs in
0 commit comments