Skip to content

Commit 18cc404

Browse files
Register uses_test_server pytest marker in pyproject.toml
1 parent d1b765f commit 18cc404

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ markers = [
137137
"upload: anything that uploads to a server",
138138
"production: any interaction with the production server",
139139
"cache: anything that interacts with the (test) cache",
140+
"uses_test_server: tests that require the OpenML test server",
140141
]
141142

142143
# https://github.com/charliermarsh/ruff

0 commit comments

Comments
 (0)