new pytest packages

This commit is contained in:
Adeeb Shihadeh
2024-02-06 21:33:23 -08:00
parent 1b6604e504
commit 0e61fa8510
3 changed files with 692 additions and 605 deletions
+1 -2
View File
@@ -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/
+689 -603
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -74,6 +74,8 @@ pytest-timeout = "*"
pytest-random-order = "*"
pytest-mock = "*"
pytest-repeat = "*"
pytest-randomly = "*"
pytest-forked = "*"
[tool.poetry.group.dev.dependencies]
ipython = "*"