-
Notifications
You must be signed in to change notification settings - Fork 1
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
move relay service docker files within dedicated folder #57
Conversation
Nits that I'm not totally sure about:
|
session.run("python", "-m", "pytest", "-n", "auto", "--dist", "loadfile") | ||
session.run("python", "-m", "pytest") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 I struggled with this, but nox should technically be enough without the dist options.
I personally like I also slightly prefer |
take the defaults defined in `pyproject.toml`
eae24a3
to
41996f5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
closes #44