From f788fe7d1bc7e7cbfa8e86d482018afd785536d1 Mon Sep 17 00:00:00 2001 From: Zac Hatfield-Dodds Date: Sun, 30 Oct 2022 01:11:24 -0700 Subject: [PATCH] TEMP: ignore warnings --- pytest.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pytest.ini b/pytest.ini index 54951e1..92c555f 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,2 @@ -[pytest] -addopts = -W error -ra -v --pyargs pytest_trio --verbose --cov +[pytest] +addopts = -ra -v --pyargs pytest_trio --verbose --cov