From 0ee72b00e4f65430355b9c30452f1929b453b3ad Mon Sep 17 00:00:00 2001 From: Raymond Kim Date: Fri, 3 May 2024 15:10:18 -0400 Subject: [PATCH] #0: Add symlink for pytest.ini in e2e tests so that we share pytest config for e2e environment --- tests/end_to_end_tests/pytest.ini | 1 + 1 file changed, 1 insertion(+) create mode 120000 tests/end_to_end_tests/pytest.ini diff --git a/tests/end_to_end_tests/pytest.ini b/tests/end_to_end_tests/pytest.ini new file mode 120000 index 00000000000..97fa077b823 --- /dev/null +++ b/tests/end_to_end_tests/pytest.ini @@ -0,0 +1 @@ +../../pytest.ini \ No newline at end of file