Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Use the in ubuntu-core python3 #510
Conversation
kyrofa
and others
added some commits
May 24, 2016
kyrofa
reviewed
May 24, 2016
| 'python3-pkg-resources', | ||
| 'python3-setuptools', | ||
| ]) | ||
| def env(self, root): | ||
| return [ | ||
| - 'PYTHONPATH={}'.format(os.path.join( | ||
| + 'PYTHONPATH={0}'.format(os.path.join( |
sergiusens
May 24, 2016
Collaborator
left over from when I tried to use : with multiple entries, so no :-)
|
retest this please |
|
all green |
Can you really celebrate that when your tests look like this? |
|
@kyrofa I celebrate the fact that the infrastructure work and there was no regression! |
|
Hahaha |
|
alright, this seems to simplify the code a lot. Do we need a review from a python/pip expert? You need to readd the tests for py3, and rebase with master. |
sergiusens
closed this
Aug 31, 2016
sergiusens
deleted the
sergiusens:feature/1582513/use-in-ubuntu-core-python3
branch
Mar 16, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sergiusens commentedMay 23, 2016
LP: #1582513
Signed-off-by: Sergio Schvezov sergio.schvezov@ubuntu.com