summaryrefslogtreecommitdiff
path: root/drivers/display/manifest.py
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2022-09-06 11:52:46 +1000
committerDamien George <damien@micropython.org>2022-09-06 12:09:20 +1000
commit655c29351a7c4ef74612edf6088036b07f39e6c7 (patch)
treec39ec7d3b82783a0ca4cb913282cec26dd17f472 /drivers/display/manifest.py
parentfb20dbe4d123c69a7770e70911e827cefef01aa3 (diff)
drivers/display: Don't include tests by default.
The tests can be copied to the board if needed. Also update the docs to reflect this change. Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'drivers/display/manifest.py')
-rw-r--r--drivers/display/manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/display/manifest.py b/drivers/display/manifest.py
index d1ddff337..16f93a7d4 100644
--- a/drivers/display/manifest.py
+++ b/drivers/display/manifest.py
@@ -1,5 +1,5 @@
# TODO: Split these into separate directories with their own manifests.
-options.defaults(lcd160cr=False, ssd1306=False, test=True)
+options.defaults(lcd160cr=False, ssd1306=False, test=False)
if options.lcd160cr:
module("lcd160cr.py", opt=3)