From b44c5cf588aa5cf9ea6a74d81f9e69151cf7d774 Mon Sep 17 00:00:00 2001 From: Peng Xiong <41470721+XiongPengNUS@users.noreply.github.com> Date: Sat, 17 Jun 2023 23:53:10 +0800 Subject: [PATCH] tests updates --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 48ff0b1..a403bc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,9 +3,6 @@ requires = ["setuptools>=42.0", "wheel"] build-backend = "setuptools.build_meta" [tool.pytest.ini_options] -addopts = "--ignore=tests/test_solvers.py" -addopts = "--ignore=tests/test_sdp_dro.py" -addopts = "--ignore=tests/test_sdp_ro.py testpaths = [ "tests", ]