From ccdc13bbd4b8aa5097958ad8f3e0fd6e20b93cf6 Mon Sep 17 00:00:00 2001 From: Thomas VINCENT Date: Mon, 12 Jun 2023 14:01:55 +0200 Subject: [PATCH] fix pytest config to work in CI with pytest 7.3.2 --- pytest.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 76c044eaaa..377f33f4aa 100644 --- a/pytest.ini +++ b/pytest.ini @@ -4,4 +4,3 @@ python_files = test/Test*.py python_classes = Test python_functions = test -testpaths = src/silx