From e61794176d8de8cd8a3af9cb334ab4fdcd78f50a Mon Sep 17 00:00:00 2001 From: Golda Velez Date: Mon, 4 Mar 2024 20:02:45 -0700 Subject: [PATCH 1/2] noop change to trigger tests in main, to see if they pass --- conftest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conftest.py b/conftest.py index cedd929864..06d79d7876 100644 --- a/conftest.py +++ b/conftest.py @@ -244,3 +244,5 @@ def pytest_runtest_setup(item: pytest.Item): if tuple(item.iter_markers(name="postgres")) and not POSTGRES_URL: pytest.skip("test requires Postgres support") + + From 57a4c4b6f7612b19c79176b41ad03e1d56e59825 Mon Sep 17 00:00:00 2001 From: Golda Velez Date: Mon, 4 Mar 2024 20:04:56 -0700 Subject: [PATCH 2/2] noop change that will not be cleaned out --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cbaa310f74..8524fc49d7 100644 --- a/README.md +++ b/README.md @@ -123,3 +123,5 @@ Pull requests are welcome! Please read our [contributions guide](./CONTRIBUTING. ## License [Apache License Version 2.0](LICENSE) + +## Trigger tests now