From 91a79b5d283c08940c6db91ba663419a152f2942 Mon Sep 17 00:00:00 2001 From: Martin Gruber Date: Wed, 10 Apr 2024 23:34:17 +0200 Subject: [PATCH] Add module finding scripts to Dockerfile --- Dockerfile | 2 +- flapy_input_example_small.csv | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0eade3a..4db85fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/flapy_input_example_small.csv b/flapy_input_example_small.csv index 605e9f6..4c44c0e 100644 --- a/flapy_input_example_small.csv +++ b/flapy_input_example_small.csv @@ -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