From 1ddf44dc3fed260082dc61854644c4516c5426c0 Mon Sep 17 00:00:00 2001 From: Anh Trinh Date: Thu, 18 Jan 2024 23:52:50 +0100 Subject: [PATCH] Revert PP308 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 78b8e6d584b..4e770a01e0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -255,7 +255,7 @@ select = [ known-first-party = ["xarray"] [tool.pytest.ini_options] -addopts = ["-ra", "--strict-config", "--strict-markers"] +addopts = ["--strict-config", "--strict-markers"] filterwarnings = [ "ignore:Using a non-tuple sequence for multidimensional indexing is deprecated:FutureWarning", ]