Skip to content

Commit

Permalink
Disable zeroconf in kv tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nocarryr committed Jun 2, 2021
1 parent 91898d6 commit ca84e7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/kv/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ async def kivy_app(tmpdir, monkeypatch):
print(f'ui_conf={ui_conf}')

monkeypatch.setenv('KIVY_UNITTEST', '1')
monkeypatch.setattr('vidhubcontrol.discovery.ZEROCONF_AVAILABLE', False)

from vidhubcontrol.kivyui import main as kivy_main

Expand Down

0 comments on commit ca84e7c

Please sign in to comment.