diff --git a/pyproject.toml b/pyproject.toml index 1ca913a..4e7199d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,6 +50,7 @@ testing = [ "pytest", "pytest-gitignore", "pytest-mock", + "pytest-socket", "responses", "ruff", "syrupy", @@ -88,7 +89,10 @@ explicit_package_bases = true strict = true [tool.pytest.ini_options] -addopts = "--doctest-modules" +addopts = [ + "--disable-socket", + "--doctest-modules", +] filterwarnings = [ "ignore:The 'registered_domain' property is deprecated:DeprecationWarning:tldextract.*:" ]