Skip to content

Commit e406365

Browse files
committed
Do not run a the test with extra parameters on old apiver
1 parent 1e72019 commit e406365

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/v_all/test_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def setUp(self):
2727
self.account_info = InMemoryAccountInfo()
2828
self.cache = InMemoryCache()
2929

30+
@pytest.mark.apiver(from_ver=2)
3031
def test_api_initialization(self):
3132
class DummyA:
3233
def __init__(self, *args, **kwargs):

0 commit comments

Comments
 (0)