aboutsummaryrefslogtreecommitdiffstats
path: root/pyagl/tests/test_bluetooth.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyagl/tests/test_bluetooth.py')
-rw-r--r--pyagl/tests/test_bluetooth.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyagl/tests/test_bluetooth.py b/pyagl/tests/test_bluetooth.py
index 167ff7f..14da24b 100644
--- a/pyagl/tests/test_bluetooth.py
+++ b/pyagl/tests/test_bluetooth.py
@@ -32,7 +32,8 @@ async def service():
def btaddr():
bthtestaddr = os.environ.get('AGL_BT_TEST_ADDR', None)
if not bthtestaddr:
- pytest.xfail('No test bluetooth test address set in environment variables')
+ pytest.xfail('No test bluetooth test address set in environment variables; please export AGL_BT_TEST_ADDR in '
+ 'DBus address style as AGL_BT_TEST_ADDR=dev_A1_02_B3_04_C5_00')
return bthtestaddr