diff --git a/pyproject.toml b/pyproject.toml index 47e0aef..d146771 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,17 +65,6 @@ line-length = 79 "A001", ] -[tool.pytest.ini_options] -markers = [ - "web: marks tests require connection (deselect with '-m \"not web\"')", - "serial: marks tests that cannot be run in parallel (deselect with '-m \"not serial\"')", -] -filterwarnings = [ - "error:::erddapy.*", - "ignore::UserWarning", - "ignore::RuntimeWarning", -] - [tool.check-manifest] ignore = [ "*.yml", @@ -89,6 +78,17 @@ ignore = [ "tests/*", ] +[tool.pytest.ini_options] +markers = [ + "web: marks tests require connection (deselect with '-m \"not web\"')", + "serial: marks tests that cannot be run in parallel (deselect with '-m \"not serial\"')", +] +filterwarnings = [ + "error:::erddapy.*", + "ignore::UserWarning", + "ignore::RuntimeWarning", +] + [tool.interrogate] ignore-init-method = true ignore-init-module = false