improve dev setup comments and hints (#28495)

* improve dev setup comments and hints

* fix tests for new dev setup hints
This commit is contained in:
Timothy Cronin
2024-01-15 13:36:40 -05:00
committed by GitHub
parent 735968b61c
commit ff86bc364d
6 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ from os.path import abspath, dirname, join
# allow having multiple repository checkouts and not needing to remember to rerun
# 'pip install -e .[dev]' when switching between checkouts and running tests.
# `pip install -e '.[dev]'` when switching between checkouts and running tests.
git_repo_path = abspath(join(dirname(dirname(dirname(__file__))), "src"))
sys.path.insert(1, git_repo_path)

View File

@@ -21,7 +21,7 @@ from os.path import abspath, dirname, join
# allow having multiple repository checkouts and not needing to remember to rerun
# 'pip install -e .[dev]' when switching between checkouts and running tests.
# `pip install -e '.[dev]'` when switching between checkouts and running tests.
git_repo_path = abspath(join(dirname(dirname(dirname(__file__))), "src"))
sys.path.insert(1, git_repo_path)