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 thempull/2573/head
parent
c89a8f63ad
commit
d8159180e8
|
@ -0,0 +1,3 @@
|
|||
[pytest]
|
||||
testpaths = test
|
||||
norecursedirs = wake_word
|
Loading…
Reference in New Issue