Skip to content

Commit 3546ee7

Browse files
authored
Unpin MapR (#20246)
* Unpin MapR * test
1 parent 5657f0e commit 3546ee7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

mapr/hatch.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
[envs.default]
44
dependencies = [
5-
"confluent_kafka==1.7.0; python_version < '3.0'",
6-
"confluent_kafka==2.5.0; python_version > '3.0'",
5+
"confluent_kafka==2.8.0; python_version > '3.0'",
76
]
87

98
[[envs.default.matrix]]

mapr/tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# customers are expected to install the package themselves.
1616
# We do that here for the e2e testing environment.
1717
'apt-get update',
18-
'apt-get install -y gcc gnupg lsb-release',
18+
'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
1919
# mapr-streams-python requires librdkafka headers as they're not shipped with the Agent
2020
# This requires adding confluent's APT repositories. These steps are based on the docs in
2121
# - https://docs.confluent.io/platform/current/installation/installing_cp/deb-ubuntu.html#get-the-software
@@ -29,7 +29,7 @@
2929
'apt-get update',
3030
'apt-get install -y librdkafka-dev',
3131
# Finally, we can install the package
32-
'/opt/datadog-agent/embedded/bin/pip install mapr-streams-python==0.11.0.2',
32+
'/opt/datadog-agent/embedded/bin/pip install mapr-streams-python',
3333
]
3434
}
3535

0 commit comments

Comments
 (0)