Skip to content

Commit

Permalink
try PATH mocking fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed May 10, 2017
1 parent 717a4a6 commit 4663c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Expand Up @@ -33,4 +33,4 @@ def startfile(mocker):

@pytest.fixture
def empty_path(monkeypatch):
monkeypatch.delenv('PATH', raising=False)
monkeypatch.setenv('PATH', '')

0 comments on commit 4663c43

Please sign in to comment.