pytest bugs are fixed (#1925)

* bugs fixed

* bump to uncache

* bump
This commit is contained in:
Shane Smiskol
2024-04-08 18:23:27 -07:00
committed by GitHub
parent 18f0bdff4b
commit 78f67d3526
2 changed files with 2 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ RUN curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-instal
ENV PATH="/root/.pyenv/bin:/root/.pyenv/shims:${PATH}"
ENV PANDA_PATH=/tmp/openpilot/panda
ENV OPENPILOT_REF="5690386d8d731c9bebda536a5c71c890f6dfe98c"
ENV OPENPILOT_REF="bc4b75822a609e6897058bc83688c84004f29093"
ENV OPENDBC_REF="1745ab51825055cd18748013c4a5e3377319e390"
COPY requirements.txt /tmp/

View File

@@ -9,6 +9,4 @@ ignore = ["W292", "E741", "E402", "C408", "ISC003"]
flake8-implicit-str-concat.allow-multiline=false
[tool.pytest.ini_options]
# FIXME: pytest 8.0.0 now collects all files, stop pytest-cpp from running these
# the `not Base` filter is needed due to a bug in pytest w/ unittest: https://github.com/pytest-dev/pytest/issues/11552
addopts = "--ignore=test.sh -n auto -k 'not Base'"
addopts = "-n auto"