Skip to content

Commit

Permalink
Add module finding scripts to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberma committed Apr 10, 2024
1 parent f40e52f commit 91a79b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ WORKDIR /workdir
RUN apt-get update && apt-get install -y sqlite3 cloc

COPY --from=build /flapy_build/dist/FlaPy-${FLAPY_VERSION}-py3-none-any.whl ./
COPY utils.sh clone_and_run_tests.sh ./
COPY utils.sh clone_and_run_tests.sh findpackages.py find_all_modules.py ./

RUN pip install FlaPy-${FLAPY_VERSION}-py3-none-any.whl

Expand Down
9 changes: 0 additions & 9 deletions flapy_input_example_small.csv
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
PROJECT_NAME,PROJECT_URL,PROJECT_HASH,PYPI_TAG,FUNCS_TO_TRACE,TESTS_TO_RUN
avwx-engine,https://github.com/avwx-rest/avwx-engine,ed1d3e,,,
avwx-engine,https://github.com/avwx-rest/avwx-engine,ed1d3e,,,
avwx-engine,https://github.com/avwx-rest/avwx-engine,ed1d3e,,,
avwx-engine,https://github.com/avwx-rest/avwx-engine,ed1d3e,,,
jgutils,https://github.com/jerodg/jgutils,6c8ed6,,,
jgutils,https://github.com/jerodg/jgutils,6c8ed6,,,
jgutils,https://github.com/jerodg/jgutils,6c8ed6,,,
jgutils,https://github.com/jerodg/jgutils,6c8ed6,,,
flapy_example,./minimal_flaky_python_tests,,,,test_flaky.py
flapy_example,./minimal_flaky_python_tests,,,,test_flaky.py
flapy_example,./minimal_flaky_python_tests,,,,test_flaky.py
flapy_example,./minimal_flaky_python_tests,,,,test_flaky.py

0 comments on commit 91a79b5

Please sign in to comment.