We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82345ae commit 7a0515aCopy full SHA for 7a0515a
pyproject.toml
@@ -117,11 +117,14 @@ replacement = '[\1](https://github.com/digitalocean/gradient-python/tree/main/\g
117
118
[tool.pytest.ini_options]
119
testpaths = ["tests"]
120
-addopts = "--tb=short -n auto"
+addopts = "--tb=short -n auto -m 'not smoke'"
121
xfail_strict = true
122
asyncio_mode = "auto"
123
asyncio_default_fixture_loop_scope = "session"
124
filterwarnings = ["error"]
125
+markers = [
126
+ "smoke: lightweight external integration smoke tests hitting live Gradient services",
127
+]
128
129
[tool.pyright]
130
# this enables practically every flag given by pyright.
pytest.ini
0 commit comments