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

Upgrade to Python3 #21

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

Upgrade to Python3 #21

wants to merge 9 commits into from

Commits on Apr 25, 2019

  1. Workaround the handle to be a steam one.

    Signed-off-by: Akendo <[email protected]>
    Akendo committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    0f11e15 View commit details
    Browse the repository at this point in the history
  2. Fix the import path

    Signed-off-by: Akendo <[email protected]>
    Akendo committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    81b8eee View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Fix the import error and moved to python3 import

    The code had already import for python. However, by default the python2 was
    imported first. Instead I moved the code base to only import Python3 imports.
    
    Signed-off-by: Akendo <[email protected]>
    Akendo committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    175f7f8 View commit details
    Browse the repository at this point in the history
  2. Adjust the io operation to the python 3 way

    Signed-off-by: Akendo <[email protected]>
    Akendo committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    ffb26c5 View commit details
    Browse the repository at this point in the history
  3. Add some documentation about invoking pytest direct

    Signed-off-by: Akendo <[email protected]>
    Akendo committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    b616ec4 View commit details
    Browse the repository at this point in the history
  4. Make some import more readable

    Signed-off-by: Akendo <[email protected]>
    Akendo committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    c0ebed3 View commit details
    Browse the repository at this point in the history
  5. Pump version in the seup.py up

    Signed-off-by: Akendo <[email protected]>
    Akendo committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    a472cd9 View commit details
    Browse the repository at this point in the history
  6. Update the README file to include the pipenv info

    Signed-off-by: Akendo <[email protected]>
    Akendo committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    958608a View commit details
    Browse the repository at this point in the history
  7. Update the README version

    Signed-off-by: Akendo <[email protected]>
    Akendo committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    185496d View commit details
    Browse the repository at this point in the history