Skip to content

Commit 4ed592f

Browse files
authored
Merge branch 'main' into pre-commit-ci-update-config
2 parents fe6f022 + 846d0ab commit 4ed592f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def runner():
112112

113113
def pytest_collection_modifyitems(session, config, items) -> None: # noqa: ARG001
114114
"""Add markers to Jupyter notebook tests."""
115-
if sys.platform == "debian" and "CI" in os.environ: # pragma: no cover
115+
if sys.platform == "darwin" and "CI" in os.environ: # pragma: no cover
116116
for item in items:
117117
if isinstance(item, NotebookItem):
118118
item.add_marker(pytest.mark.xfail(reason="Fails regularly on MacOS"))

0 commit comments

Comments
 (0)