We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00113c commit aea2748Copy full SHA for aea2748
1 file changed
tests/conftest.py
@@ -33,11 +33,6 @@ def device() -> str:
33
return "cpu"
34
35
36
-def skip_headless():
37
- if os.environ.get("DISPLAY") is None:
38
- pytest.skip("DISPLAY is not set, skipping test in headless environment")
39
-
40
41
# Marker for conditional skip in headless environments
42
skip_if_headless = pytest.mark.skipif(
43
os.environ.get("DISPLAY") is None,
0 commit comments