Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

chore: add split repo templates#1

Merged
busunkim96 merged 3 commits into
masterfrom
repo-templates
Feb 3, 2020
Merged

chore: add split repo templates#1
busunkim96 merged 3 commits into
masterfrom
repo-templates

Conversation

@plamut
Copy link
Copy Markdown
Contributor

@plamut plamut commented Jan 31, 2020

This is "step 6 - Add Repo Templates" of the repo split procedure.

Not entirely sure if all test_utils files are needed, please check (removed just the egg-info metadata).

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 31, 2020
@plamut plamut requested a review from busunkim96 January 31, 2020 14:54
Comment thread noxfile.py
session.install("-e", local_dep)
session.install("-e", "../test_utils/")
# session.install("-e", "../test_utils/")
session.install("-e", "test_utils")
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was needed, because test_utils cannot be placed "one level up", as synth.py is already at the root level.

I intentionally left the old path just commented out (as apposed to removing it) to remind us that we need to update the noxfile template after the repo split is done.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants