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

configure_project script not working #10

Open
marwan116 opened this issue Apr 20, 2020 · 0 comments
Open

configure_project script not working #10

marwan116 opened this issue Apr 20, 2020 · 0 comments

Comments

@marwan116
Copy link

marwan116 commented Apr 20, 2020

Hey there, thank you so much for open sourcing this template and for your well written blog posts.

Trying to run the below script:

./configure_project.sh MODULE="coolproject" REGISTRY="docker.pkg.github.com/martinheinz/repo-name"

Leads to the following errors:
on run:

Test: make run

python: No module named blueprint
make: *** [run] Error 1

on test:
pytest.ini file --cov argument needs to be replaced to module name:

Test: make test

ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
pytest: error: unrecognized arguments: --cov=blueprint --cov-report=xml --cov-report=term
  inifile: /martinheinz/python-project-blueprint/pytest.ini
  rootdir: /martinheinz/python-project-blueprint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant