Add pytest markers for "focused" and "notebook" (#716)

add pytest markers for notebook, focused to remove runtime warnings

Signed-off-by: Chris Trevino <darthtrevino@gmail.com>

Signed-off-by: Chris Trevino <darthtrevino@gmail.com>
This commit is contained in:
Chris Trevino 2022-10-27 13:17:30 -07:00 коммит произвёл GitHub
Родитель b9cfc7f223
Коммит 989e13fb6e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -118,7 +118,11 @@ sphinx-copybutton = "0.5.0"
nbconvert = { version = "7.0.0rc3", allow-prereleases = true }
[tool.pytest.ini_options]
markers = ["advanced: not be to run each time. only on package updates."]
markers = [
"advanced: not be to run each time. only on package updates.",
"notebook: jupyter notebook tests",
"focused: a debug marker to focus on specific tests"
]
[tool.poe.tasks]
# stop the build if there are Python syntax errors or undefined names