From dd443f3ecae68e412d66b4cfe830535ab9d4cb67 Mon Sep 17 00:00:00 2001 From: Thomas LEVEIL Date: Fri, 17 Feb 2017 01:24:48 +0100 Subject: [PATCH] TESTS: ignore the `requirements` and `certs` directory when collecting tests --- test/pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pytest.ini b/test/pytest.ini index 1425b42..30f3e19 100644 --- a/test/pytest.ini +++ b/test/pytest.ini @@ -1,3 +1,3 @@ [pytest] # disable the creation of the `.cache` folders -addopts = -p no:cacheprovider -r s -v \ No newline at end of file +addopts = -p no:cacheprovider --ignore=requirements --ignore=certs -r s -v \ No newline at end of file