From 2f37426877dfe30bf732de45fcfc2d04c08b8b33 Mon Sep 17 00:00:00 2001
From: Adam Dyess <adam.dyess@canonical.com>
Date: Mon, 30 Oct 2023 13:48:26 -0500
Subject: [PATCH] remove tests from being published with the layer

---
 layer.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/layer.yaml b/layer.yaml
index 945071e..4351f9e 100644
--- a/layer.yaml
+++ b/layer.yaml
@@ -13,5 +13,5 @@ defines:
     default: false
 exclude:
   - LAYER_README.md
-  - tests/10-deploy.py
-  - tests/tests.yaml
+  - tests/conftest.py
+  - tests/test_lib_docker.py