add pytest
This commit is contained in:
parent
c7da2862b2
commit
4c4a447afe
@ -6,6 +6,7 @@ RUN python -m pip install pulp
|
|||||||
RUN python -m pip install pydantic
|
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 mkdir /app
|
RUN mkdir /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
@ -6,6 +6,7 @@ RUN python -m pip install pulp
|
|||||||
RUN python -m pip install pydantic
|
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 mkdir /app
|
RUN mkdir /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user