summaryrefslogtreecommitdiff
path: root/test/Dockerfile_centos7
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2021-01-15 13:49:55 -0800
committerAdam Hupp <adam@hupp.org>2021-01-15 13:49:55 -0800
commit2b8bb0d68eff1293050f10fec26cef38b4dfd282 (patch)
tree54b4bb5d2691e533e72d77048ad653e90ecaac8b /test/Dockerfile_centos7
parentc6457815ee61581e9addf47fb75f9b550e06fcce (diff)
downloadpython-magic-2b8bb0d68eff1293050f10fec26cef38b4dfd282.tar.gz
skip magic_descriptor tests in centos 7
Diffstat (limited to 'test/Dockerfile_centos7')
-rw-r--r--test/Dockerfile_centos72
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Dockerfile_centos7 b/test/Dockerfile_centos7
index 8620e7e..f2ac6e4 100644
--- a/test/Dockerfile_centos7
+++ b/test/Dockerfile_centos7
@@ -2,4 +2,4 @@ FROM centos:7
RUN yum -y update
RUN yum -y install file-devel python3 python2 which
COPY . /python-magic
-CMD cd /python-magic/test && python3 ./run.py
+CMD cd /python-magic/test && SKIP_FROM_DESCRIPTOR=1 python3 ./run.py