Skip to content

Commit

Permalink
docker: Install specific versions of pytest{,-xdist}
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Oct 6, 2022
1 parent 8d191ab commit d96ff8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/dev.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@ RUN apt-get update && \
update-alternatives --install /usr/bin/clang clang /usr/bin/clang-${LLVM_VERSION} 60 && \
update-alternatives --install /usr/bin/opt opt /usr/bin/opt-${LLVM_VERSION} 60 && \
rm -rf /var/lib/apt/lists/*
RUN pip install pytest pytest-xdist
RUN pip install \
pytest==7.1.3 \
pytest-xdist==2.5.0
# TODO(lb): Sphinx, Mypy

0 comments on commit d96ff8d

Please sign in to comment.