diff options
| author | Adam Hupp <adam@hupp.org> | 2021-01-15 13:49:55 -0800 |
|---|---|---|
| committer | Adam Hupp <adam@hupp.org> | 2021-01-15 13:49:55 -0800 |
| commit | 2b8bb0d68eff1293050f10fec26cef38b4dfd282 (patch) | |
| tree | 54b4bb5d2691e533e72d77048ad653e90ecaac8b /test/Dockerfile_centos7 | |
| parent | c6457815ee61581e9addf47fb75f9b550e06fcce (diff) | |
| download | python-magic-2b8bb0d68eff1293050f10fec26cef38b4dfd282.tar.gz | |
skip magic_descriptor tests in centos 7
Diffstat (limited to 'test/Dockerfile_centos7')
| -rw-r--r-- | test/Dockerfile_centos7 | 2 |
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 |
