From 254ea366e0628927dd6a18ea2fccc5209f428496 Mon Sep 17 00:00:00 2001 From: superstar54 Date: Fri, 1 Dec 2023 16:09:34 +0000 Subject: [PATCH] fix test --- pyproject.toml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1e1c336b..7e798b0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,23 +80,3 @@ exclude = [ [tool.pylint.format] max-line-length = 120 - -[tool.pytest.ini_options] -minversion = "7.0" -xfail_strict = true -addopts = "--benchmark-skip --durations=50 --strict-config --strict-markers -ra --cov-report xml --cov-append " -testpaths = [ - "tests", -] -filterwarnings = [ - "ignore::DeprecationWarning:babel:", - "ignore::DeprecationWarning:frozendict:", - "ignore::DeprecationWarning:sqlalchemy:", - "ignore::DeprecationWarning:yaml:", - "ignore::DeprecationWarning:pymatgen:", - "ignore::DeprecationWarning:jsonbackend:", - "ignore::DeprecationWarning:pkg_resources:", - "ignore:Object of type .* not in session, .* operation along .* will not proceed:sqlalchemy.exc.SAWarning", - "ignore::pytest.PytestCollectionWarning", - "default::ResourceWarning", -]