From 95cc8ae1a931b8f6de35aa81c45766ce2a6f4ccb Mon Sep 17 00:00:00 2001 From: morefigs Date: Wed, 30 Jan 2019 17:17:40 +1100 Subject: remove unrequired gige init --- tests/test_vimba.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests') diff --git a/tests/test_vimba.py b/tests/test_vimba.py index fd6bce2..6a0850b 100644 --- a/tests/test_vimba.py +++ b/tests/test_vimba.py @@ -28,9 +28,6 @@ def test_startup_shutdown(): @pytest.fixture def vimba() -> Vimba: with Vimba() as vimba: - # for ethernet camera discovery - if vimba.system().GeVTLIsPresent: - vimba.system().run_feature_command("GeVDiscoveryAllOnce") yield vimba -- cgit v1.2.3