From 190e4928032af0e46e28bd25542c492d0e99d3b8 Mon Sep 17 00:00:00 2001 From: Max Chase Date: Thu, 11 Apr 2024 21:49:55 -0400 Subject: [PATCH] Back that change out until https://github.com/pytest-dev/pytest/issues/12044 is fixed --- pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3f32cb2..fed528d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,3 @@ [build-system] requires = ["setuptools"] build-backend = "setuptools.build_meta" - -[tool.pytest.ini_options] -addopts = [ - "--import-mode=importlib", -]