From 16a1c8805e3c57157ab7343032f02b9dba846240 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sep 11 2021 23:54:09 +0000 Subject: Drop black from CentOS Stream 8 container It is not packaged there... Fixes: c96434d6d288f23a3aa462246ccd6121673b5b69 Signed-off-by: Neal Gompa --- diff --git a/dev/containers/centos8-rpms-py3 b/dev/containers/centos8-rpms-py3 index 2c0b29d..ff520da 100644 --- a/dev/containers/centos8-rpms-py3 +++ b/dev/containers/centos8-rpms-py3 @@ -16,7 +16,6 @@ RUN dnf -y install \ python3-coverage \ python3-mock \ python3-docutils \ - python3-black \ python3-flake8 \ python3-pytest-xdist \ python3-cchardet \