Skip to content

Commit

Permalink
feat: add pytest-xdist for parallel test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
cpaniaguam committed Jan 19, 2024
1 parent 808dffc commit 20009db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ RUN git clone https://github.com/brown-ccv/icesat2-tracks.git
WORKDIR /icesat2-tracks
RUN pip install .
RUN pip install pytest
RUN pip install pytest-xdist

ENTRYPOINT ["/bin/bash"]

0 comments on commit 20009db

Please sign in to comment.