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

Use venv for Python development #425

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Dec 24, 2020

  1. Add contents of Python.gitignore to gitignore

    Signed-off-by: hemildesai <[email protected]>
    hemildesai committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    629bc98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c7fcf9 View commit details
    Browse the repository at this point in the history
  3. Setup and use a virtual env for Python in makefiles

    Signed-off-by: hemildesai <[email protected]>
    hemildesai committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    88233c1 View commit details
    Browse the repository at this point in the history
  4. Use the python path from virtualenv in end to end tests

    Signed-off-by: hemildesai <[email protected]>
    hemildesai committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    1b71d57 View commit details
    Browse the repository at this point in the history
  5. Fix make install

    Signed-off-by: hemildesai <[email protected]>
    hemildesai committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    d83cc47 View commit details
    Browse the repository at this point in the history
  6. Copy go binary seperately in make install

    Signed-off-by: hemildesai <[email protected]>
    hemildesai committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    aecea77 View commit details
    Browse the repository at this point in the history
  7. Upgrade pip in ci

    Signed-off-by: hemildesai <[email protected]>
    hemildesai committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    b36645f View commit details
    Browse the repository at this point in the history
  8. Revert "Upgrade pip in ci"

    This reverts commit b36645f.
    
    Signed-off-by: hemildesai <[email protected]>
    hemildesai committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    c661fbd View commit details
    Browse the repository at this point in the history
  9. Upgrade pip when creating virtualenv

    Signed-off-by: hemildesai <[email protected]>
    hemildesai committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    37e8d35 View commit details
    Browse the repository at this point in the history