From d8159180e8daffe71930b8fbbaf44d7ac4c3a7d0 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Wed, 6 May 2020 16:12:02 +0200 Subject: [PATCH] Add pytest.ini and make it ignore the wake_word directory Those tests aren't actually meant to be ran with Pytest, so let's skip them --- pytest.ini | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 000000000000..6634fabcb06c --- /dev/null +++ b/pytest.ini @@ -0,0 +1,3 @@ +[pytest] +testpaths = test +norecursedirs = wake_word