From bcf70c4d57488975e3f32b88223c0db4d5cc169c Mon Sep 17 00:00:00 2001 From: Phuc Nguyen Date: Fri, 17 Jan 2025 16:29:27 +0000 Subject: [PATCH] add back parallel tests --- tests/pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytest.ini b/tests/pytest.ini index c0c6f3eb..d0498202 100644 --- a/tests/pytest.ini +++ b/tests/pytest.ini @@ -1,4 +1,4 @@ [pytest] -; addopts=-n 10 +addopts=-n 10 markers = fa2: FA2-related