diff --git a/pytest.ini b/pytest.ini index f3e23f5..ff5aa7d 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,3 @@ [pytest] -addopts = --ignore=lib \ No newline at end of file +addopts = + --ignore=tests/full_tests \ No newline at end of file