diff options
| author | morefigs <morefigs@gmail.com> | 2019-01-30 17:17:40 +1100 |
|---|---|---|
| committer | morefigs <morefigs@gmail.com> | 2019-01-30 17:17:40 +1100 |
| commit | 95cc8ae1a931b8f6de35aa81c45766ce2a6f4ccb (patch) | |
| tree | 715b20aac69f8ea61b23fa50b2d79b872fed3b31 | |
| parent | 3c5ce2bb4a9b7e308d827a48388f8482aab0d59d (diff) | |
| download | pymba-95cc8ae1a931b8f6de35aa81c45766ce2a6f4ccb.tar.gz pymba-95cc8ae1a931b8f6de35aa81c45766ce2a6f4ccb.zip | |
remove unrequired gige init
| -rw-r--r-- | tests/test_vimba.py | 3 |
1 files changed, 0 insertions, 3 deletions
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 |
