From 2a3f6c7fc6455b2af8aa60f143986ee66d3f9662 Mon Sep 17 00:00:00 2001 From: Joshua Burman Date: Sun, 17 Apr 2022 23:53:31 -0400 Subject: [PATCH] added nose2 for perspective --- .docker-compose/Dockerfile | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.docker-compose/Dockerfile b/.docker-compose/Dockerfile index 65e1df4..4c6c356 100644 --- a/.docker-compose/Dockerfile +++ b/.docker-compose/Dockerfile @@ -7,7 +7,7 @@ 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 python -m pip install pytest-spec +RUN python -m pip install nose2 RUN mkdir /app WORKDIR /app diff --git a/Dockerfile b/Dockerfile index cbdd950..edc5d19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ 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 python -m pip install pytest-spec +RUN python -m pip install nose2 RUN mkdir /app WORKDIR /app