From 4c4a447afec83526e7d4b35b375427657e773496 Mon Sep 17 00:00:00 2001 From: Joshua Burman Date: Thu, 14 Apr 2022 17:12:48 -0400 Subject: [PATCH] add pytest --- .docker-compose/Dockerfile | 1 + Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/.docker-compose/Dockerfile b/.docker-compose/Dockerfile index 62f8a78..b8715c1 100644 --- a/.docker-compose/Dockerfile +++ b/.docker-compose/Dockerfile @@ -6,6 +6,7 @@ RUN python -m pip install pulp RUN python -m pip install pydantic RUN python -m pip install daemonize RUN python -m pip install sqspy +RUN python -m pip install -U pytest RUN mkdir /app WORKDIR /app diff --git a/Dockerfile b/Dockerfile index 58839d7..c41c12d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN python -m pip install pulp RUN python -m pip install pydantic RUN python -m pip install daemonize RUN python -m pip install sqspy +RUN python -m pip install -U pytest RUN mkdir /app WORKDIR /app