Skip to content

Commit

Permalink
Merge pull request #862 from Xilinx/testing/jenkins-integration
Browse files Browse the repository at this point in the history
Testing/jenkins integration
  • Loading branch information
auphelia authored Oct 24, 2023
2 parents 13313c2 + 4f51ed6 commit 69bd72f
Show file tree
Hide file tree
Showing 13 changed files with 1,374 additions and 112 deletions.
7 changes: 7 additions & 0 deletions docker/Dockerfile.finn
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@ RUN pip install pandas==1.5.3
RUN pip install scikit-learn==1.2.1
RUN pip install tqdm==4.64.1
RUN pip install -e git+https://github.com/fbcotter/[email protected]#egg=dataset_loading
# these versions of pytest and associated plugins allow for stable collection of
# test reports and code coverage reports in HTML
RUN pip install pytest==6.2.5
RUN pip install pytest-metadata==1.7.0
RUN pip install pytest-html==3.0.0
RUN pip install pytest-html-merger==0.0.8
RUN pip install pytest-cov==4.1.0

# extra dependencies from other FINN deps
# installed in Docker image to make entrypoint script go faster
Expand Down
Loading

0 comments on commit 69bd72f

Please sign in to comment.