mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-06-08 10:54:55 +08:00
@@ -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/
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user