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 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") + +