tests: fix misleading conftest.py comment
We don't have west in repos_tmpdir. This is yet another old docstring that I forgot to update when we removed the bootstrapper. Signed-off-by: Marti Bolivar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
a56319d510
commit
a2ae763750
|
@ -97,7 +97,7 @@ def _session_repos():
|
|||
|
||||
@pytest.fixture
|
||||
def repos_tmpdir(tmpdir, _session_repos):
|
||||
'''Fixture for tmpdir with "remote" repositories, manifest, and west.
|
||||
'''Fixture for tmpdir with "remote" repositories.
|
||||
|
||||
These can then be used to bootstrap an installation and run
|
||||
project-related commands on it with predictable results.
|
||||
|
|
Loading…
Reference in New Issue