Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add split repo templates #1

Merged
merged 3 commits into from
Feb 3, 2020
Merged

chore: add split repo templates #1

merged 3 commits into from
Feb 3, 2020

Conversation

plamut
Copy link
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
session.install("-e", local_dep)
session.install("-e", "../test_utils/")
# session.install("-e", "../test_utils/")
session.install("-e", "test_utils")
Copy link
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 join this conversation on GitHub. Already have an account? Sign in to comment
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