We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5bf115 commit 62eb72cCopy full SHA for 62eb72c
conftest.py
@@ -24,7 +24,7 @@
24
USING_ZSH = "zsh" in os.getenv("SHELL", "")
25
26
27
-@pytest.mark.skipif(USING_ZSH, reason="Using ZSH")
+@pytest.mark.skipif(not USING_ZSH, reason="Using ZSH")
28
@pytest.fixture(autouse=USING_ZSH, scope="session")
29
def zshrc(user_path: pathlib.Path) -> pathlib.Path:
30
"""This quiets ZSH default message.
0 commit comments