From 17b1537f2fbe255b37955a4e8bf44e319f93fe88 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