remove nose2

This commit is contained in:
Josh Burman 2022-04-25 18:27:06 +00:00
parent e6e8f49816
commit 9054c92103
2 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@ RUN python -m pip install pydantic
RUN python -m pip install daemonize RUN python -m pip install daemonize
RUN python -m pip install sqspy RUN python -m pip install sqspy
RUN python -m pip install -U pytest RUN python -m pip install -U pytest
RUN python -m pip install nose2
RUN mkdir /app RUN mkdir /app
WORKDIR /app WORKDIR /app

View File

@ -7,7 +7,6 @@ RUN python -m pip install pydantic
RUN python -m pip install daemonize RUN python -m pip install daemonize
RUN python -m pip install sqspy RUN python -m pip install sqspy
RUN python -m pip install -U pytest RUN python -m pip install -U pytest
RUN python -m pip install nose2
RUN mkdir /app RUN mkdir /app
WORKDIR /app WORKDIR /app