mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-06 08:45:44 +08:00
new pytest packages
This commit is contained in:
+1
-2
@@ -99,8 +99,7 @@ RUN export PATH="/usr/local/pyenv/bin:/usr/local/pyenv/shims:$PATH" && \
|
||||
export PYOPENCL_CL_PRETEND_VERSION="2.0" && \
|
||||
export POETRY_VIRTUALENVS_CREATE=false && \
|
||||
MAKEFLAGS="-j$(nproc)" poetry install --no-cache --no-root && \
|
||||
pyenv rehash && \
|
||||
pyclean /usr
|
||||
pyenv rehash
|
||||
|
||||
# Install nice to haves
|
||||
COPY ./userspace/install_extras.sh /tmp/agnos/
|
||||
|
||||
Generated
+689
-603
File diff suppressed because it is too large
Load Diff
@@ -74,6 +74,8 @@ pytest-timeout = "*"
|
||||
pytest-random-order = "*"
|
||||
pytest-mock = "*"
|
||||
pytest-repeat = "*"
|
||||
pytest-randomly = "*"
|
||||
pytest-forked = "*"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
ipython = "*"
|
||||
|
||||
Reference in New Issue
Block a user