Commit cce6c73 Bhargav Dodla
committed
1 parent 52ba1ff commit cce6c73 Copy full SHA for cce6c73
File tree 1 file changed +1
-29
lines changed
sdk/python/tests/integration/registration
1 file changed +1
-29
lines changed Original file line number Diff line number Diff line change @@ -1769,38 +1769,10 @@ def test_apply_entity_success_with_purge_feast_metadata(test_registry):
1769
1769
test_registry .teardown ()
1770
1770
1771
1771
1772
- combined_sql_fixtures = [
1773
- pytest .param (
1774
- lazy_fixture ("pg_registry" ), marks = pytest .mark .xdist_group (name = "pg_registry" )
1775
- ),
1776
- pytest .param (
1777
- lazy_fixture ("mysql_registry" ),
1778
- marks = pytest .mark .xdist_group (name = "mysql_registry" ),
1779
- ),
1780
- lazy_fixture ("sqlite_registry" ),
1781
- pytest .param (
1782
- lazy_fixture ("pg_registry_async" ),
1783
- marks = pytest .mark .xdist_group (name = "pg_registry" ),
1784
- ),
1785
- pytest .param (
1786
- lazy_fixture ("mysql_registry_async" ),
1787
- marks = pytest .mark .xdist_group (name = "mysql_registry" ),
1788
- ),
1789
- pytest .param (
1790
- lazy_fixture ("pg_registry_purge_feast_metadata" ),
1791
- marks = pytest .mark .xdist_group (name = "pg_registry" ),
1792
- ),
1793
- pytest .param (
1794
- lazy_fixture ("mysql_registry_purge_feast_metadata" ),
1795
- marks = pytest .mark .xdist_group (name = "mysql_registry" ),
1796
- ),
1797
- ]
1798
-
1799
-
1800
1772
@pytest .mark .integration
1801
1773
@pytest .mark .parametrize (
1802
1774
"test_registry" ,
1803
- combined_sql_fixtures ,
1775
+ sql_fixtures + async_sql_fixtures ,
1804
1776
)
1805
1777
def test_apply_entity_to_sql_registry_and_reinitialize_sql_registry (test_registry ):
1806
1778
entity = Entity (
You can’t perform that action at this time.
0 commit comments