From d205f319ae639a916e8ced53cfcb2b90fe3414f9 Mon Sep 17 00:00:00 2001 From: Martin Gruber Date: Thu, 17 Oct 2024 22:08:47 +0200 Subject: [PATCH] remove deprecated CSV input field NUM_RUNS --- flapy_input_example_tiny_trace.csv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flapy_input_example_tiny_trace.csv b/flapy_input_example_tiny_trace.csv index 26e73bc..50379d7 100644 --- a/flapy_input_example_tiny_trace.csv +++ b/flapy_input_example_tiny_trace.csv @@ -1,2 +1,2 @@ -PROJECT_NAME,PROJECT_URL,PROJECT_HASH,PYPI_TAG,FUNCS_TO_TRACE,TESTS_TO_RUN,NUM_RUNS -flapy_example,./minimal_flaky_python_tests,,,test_flaky.py::test_network_remote_connection_failure test_flaky.py::test_concurrency,test_flaky.py,1 +PROJECT_NAME,PROJECT_URL,PROJECT_HASH,PYPI_TAG,FUNCS_TO_TRACE,TESTS_TO_RUN +flapy_example,./minimal_flaky_python_tests,,,test_flaky.py::test_network_remote_connection_failure test_flaky.py::test_concurrency,test_flaky.py