Skip to content

fix: move examples_to_skip from docs/examples/conftest.py to the new marker system #412

@jakelorocco

Description

@jakelorocco

Prior to enabling markers for the examples, we had a variable called examples_to_skip that would skip collecting certain files from the docs/examples folder. We should migrate those examples to the commented marker system.

As a part of this, we should ensure which files should actually be skipped. There were a few that shared names with other files in the directory (ie __init__.py). We should prioritize running those that can be run (even if they are overly simple like the non-failing __init__.pys).

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions