-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #862 from Xilinx/testing/jenkins-integration
Testing/jenkins integration
- Loading branch information
Showing
13 changed files
with
1,374 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
Oops, something went wrong.