From 96e12bd3a35341a75eeadf82eadf14b3a73cf2ec Mon Sep 17 00:00:00 2001 From: Jeff Triplett Date: Thu, 2 May 2024 20:10:21 -0500 Subject: [PATCH] :fire: Removes test_paths --- pytest.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 1aa53e6..71fb5e8 100644 --- a/pytest.ini +++ b/pytest.ini @@ -4,4 +4,3 @@ addopts = --reuse-db norecursedirs = build dist docs .eggs/* *.egg-info htmlcov test_plus .git .tox python_files = test*.py pythonpath = test_project/ -test_paths = test_project