From f7f35cd62456ff2c799831a8812369af27ce3f19 Mon Sep 17 00:00:00 2001 From: e3243eric Date: Tue, 7 Mar 2023 20:17:32 +0800 Subject: [PATCH] Drop pytest-pythonpath --- pytest.ini | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pytest.ini b/pytest.ini index f4b46a1453..44bd2a9442 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,6 +1,6 @@ [pytest] addopts= -v --showlocals --durations 10 -python_paths= . +pythonpath= . xfail_strict=true asyncio_mode=strict diff --git a/setup.py b/setup.py index 0b89e07431..6d4aff8de8 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,6 @@ "pytest==7.2.2", "pytest-asyncio>=0.18.1", "pytest-mock>=1.10", - "pytest-pythonpath>=0.3", "pytest-watch>=4.2", "pytest-xdist>=1.29", "setuptools>=38.6.0",