]> granicus.if.org Git - graphviz/commitdiff
Add pytest for Python 3 to Docker images missing it
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 20 Apr 2020 11:42:05 +0000 (13:42 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Wed, 22 Apr 2020 04:33:41 +0000 (06:33 +0200)
ci/centos7/Dockerfile
ci/fedora29/Dockerfile
ci/fedora30/Dockerfile
ci/ubuntu-18.04/Dockerfile
ci/ubuntu-19.04/Dockerfile
ci/ubuntu-19.10/Dockerfile
ci/ubuntu-20.04/Dockerfile

index 4d128f83eeefc6bbc32af8d81e08f4b06222cb24..f6160c1a504cceee3fe7ba5fae2c0377bef186a8 100644 (file)
@@ -94,6 +94,8 @@ RUN yum -y install tk-devel
 
 # Test utilities
 RUN yum -y install -y python-pytest
+RUN rpm --install https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/p/python36-py-1.4.32-2.el7.noarch.rpm
+RUN rpm --install https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/p/python36-pytest-2.9.2-4.el7.noarch.rpm
 
 # Clean up
 RUN yum clean all && rm -rf /var/cache/yum
index fbb5923bf3328a490131fb9985a3770e27330a06..0352606fa96f5b6a3b90f68888f3b54f23d92669 100644 (file)
@@ -108,6 +108,7 @@ RUN yum -y install mono-core
 
 # Test utilities
 RUN yum -y install -y python-pytest
+RUN yum -y install -y python3-pytest
 
 # Clean up
 RUN yum clean all && rm -rf /var/cache/yum
index ada5388c5a0c08e7890eb31f46889cd753188931..2023e07979ef95570ceac43c3a841523f779dd7f 100644 (file)
@@ -105,6 +105,7 @@ RUN yum -y install mono-core
 
 # Test utilities
 RUN yum -y install -y python-pytest
+RUN yum -y install -y python3-pytest
 
 # Clean up
 RUN yum clean all && rm -rf /var/cache/yum
index d7316b84eb0abb8f66c3a4daa7b4051f18e57b8a..3af59e0d690ba2c7af30c65f0279b2f10bd4516e 100644 (file)
@@ -101,6 +101,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y tcl-dev
 
 # Test utilities
 RUN apt-get update && apt-get install --no-install-recommends -y python-pytest
+RUN apt-get update && apt-get install --no-install-recommends -y python3-pytest
 
 # Clean up
 RUN rm -rf /var/lib/apt/lists/*
index bdae865288c5fc833129307649bff5de953f191f..8a3f018c8933a1807a7c65e8a630e44416d86c18 100644 (file)
@@ -101,6 +101,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y tcl-dev
 
 # Test utilities
 RUN apt-get update && apt-get install --no-install-recommends -y python-pytest
+RUN apt-get update && apt-get install --no-install-recommends -y python3-pytest
 
 # Clean up
 RUN rm -rf /var/lib/apt/lists/*
index e5c396184dc32841dc2ad1bd13b898f27800c317..14ff07d134c16c9fdac0808cc1725f7bd5a137e8 100644 (file)
@@ -101,6 +101,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y tcl-dev
 
 # Test utilities
 RUN apt-get update && apt-get install --no-install-recommends -y python-pytest
+RUN apt-get update && apt-get install --no-install-recommends -y python3-pytest
 
 # Clean up
 RUN rm -rf /var/lib/apt/lists/*
index a31a52e2205df8ef0db9ee5adfe3d53d078fc8d6..4bd1e17b66e6a8ebc128d5933bd0faecbb9d0ff0 100644 (file)
@@ -102,6 +102,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y tcl-dev
 
 # Test utilities
 RUN apt-get update && apt-get install --no-install-recommends -y python-pytest
+RUN apt-get update && apt-get install --no-install-recommends -y python3-pytest
 
 # Clean up
 RUN rm -rf /var/lib/apt/lists/*