From bb1bd50c4440184a242cb88fd5a3bf5f2c2c7179 Mon Sep 17 00:00:00 2001 From: Robyn Speer Date: Wed, 20 Feb 2019 17:21:07 -0500 Subject: [PATCH] ignore the 'scripts' dir when collecting tests --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index ecf4ecc..7178cb5 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,2 @@ [pytest] -addopts = --doctest-modules --doctest-glob=README.md +addopts = --doctest-modules --doctest-glob=README.md --ignore=scripts