Skip to content

Commit 676c4f9

Browse files
author
John Still
committed
trim trailing ws
1 parent c2d49e3 commit 676c4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pytest/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def pytest_ignore_collect(path, config):
179179
if py.path.local(path) in ignore_paths:
180180
return True
181181

182-
invenv = py.path.local(sys.prefix) == path
182+
invenv = py.path.local(sys.prefix) == path
183183
allow_invenv = config.getoption("collect_in_virtualenv")
184184
if invenv and not allow_invenv:
185185
config.warn(RuntimeWarning,

0 commit comments

Comments
 (0)