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):