Skip to content

Commit 0b26ead

Browse files
committed
test
1 parent 8df37f1 commit 0b26ead

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mapr/tests/conftest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
# customers are expected to install the package themselves.
1616
# We do that here for the e2e testing environment.
1717
'apt-get update',
18-
'sh -c "DEBIAN_FRONTEND=noninteractive dpkg --configure -a"',
19-
'sh -c "DEBIAN_FRONTEND=noninteractive apt-get install -f -y"',
2018
'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
2119
# mapr-streams-python requires librdkafka headers as they're not shipped with the Agent
2220
# This requires adding confluent's APT repositories. These steps are based on the docs in

0 commit comments

Comments
 (0)