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:
Marti Bolivar 2019-05-24 17:10:03 -06:00
parent a56319d510
commit a2ae763750
1 changed files with 1 additions and 1 deletions

View File

@ -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.