From dd7d5fce1cd950fcf2d36f17d09048aff108760b Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Sun, 27 Apr 2025 07:58:02 +0000 Subject: [PATCH] Update tests/test_filters.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- tests/test_filters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_filters.py b/tests/test_filters.py index 1e49d08d5..0051167d7 100644 --- a/tests/test_filters.py +++ b/tests/test_filters.py @@ -305,7 +305,7 @@ class SearchFilterTests(TestCase): ] -@pytest.mark.skipif(not postgres_fields, reason='psycopg2 is not installed') +@pytest.mark.skipif(not postgres_fields, reason='PostgreSQL support (postgres_fields) is not available') class SearchPostgreSQLFilterTests(TestCase): def test_unaccent_search(self):