Skip to content

Commit 83f615e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 59f4127 commit 83f615e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/activation/test_powershell.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
@pytest.mark.slow
1212
def test_powershell(activation_tester_class, activation_tester, monkeypatch):
13-
monkeypatch.setenv('TERM', 'xterm')
13+
monkeypatch.setenv("TERM", "xterm")
14+
1415
class PowerShell(activation_tester_class):
1516
def __init__(self, session):
1617
cmd = "powershell.exe" if sys.platform == "win32" else "pwsh"

0 commit comments

Comments
 (0)