added nose2 for perspective

This commit is contained in:
Joshua Burman 2022-04-17 23:53:31 -04:00
parent e3f6c97503
commit 2a3f6c7fc6
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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