Skip to content

Commit 28aa13b

Browse files
committed
reconfigure
1 parent 4ed9e7d commit 28aa13b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mapr/tests/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
'apt-get install -y librdkafka-dev',
3232
# Finally, we can install the package
3333
'/opt/datadog-agent/embedded/bin/pip install mapr-streams-python',
34+
'sh -c "DEBIAN_FRONTEND=noninteractive dpkg --configure -a"',
35+
'sh -c "DEBIAN_FRONTEND=noninteractive apt-get install -f -y"',
3436
]
3537
}
3638

0 commit comments

Comments
 (0)