Skip to content

Commit

Permalink
remove requires_psql marks for sqlite tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbull committed Nov 20, 2024
1 parent a34623f commit 079cc32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/storage/sqlite/test_orm.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ class TestJsonFilters:
ids=json.dumps,
)
@pytest.mark.usefixtures('aiida_profile_clean')
@pytest.mark.requires_psql
def test_json_filters_contains_arrays(self, data, filters, is_match):
"""Test QueryBuilder filter `contains` for JSON array fields"""
profile = SqliteTempBackend.create_profile(debug=False)
Expand Down Expand Up @@ -277,7 +276,6 @@ def test_json_filters_contains_arrays(self, data, filters, is_match):
ids=json.dumps,
)
@pytest.mark.usefixtures('aiida_profile_clean')
@pytest.mark.requires_psql
def test_json_filters_contains_object(self, data, filters, is_match):
"""Test QueryBuilder filter `contains` for JSON object fields"""
profile = SqliteTempBackend.create_profile(debug=False)
Expand Down

0 comments on commit 079cc32

Please sign in to comment.