Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upOmniosce merge, step 1 #58
Conversation
c93e3d5
to
873cc98
This comment has been minimized.
This comment has been minimized.
citrus-it
commented
Feb 28, 2019
|
@pyhalov - you will need omniosorg@f724e9f |
This comment has been minimized.
This comment has been minimized.
|
Thanks |
This comment has been minimized.
This comment has been minimized.
|
Python 2.7 test results:
test_li_scale uses 32-bit python and runs out of file descriptors. test_bug_13059 is a bit trickier.
against image which doesn't contain any python packages (as well as proto area)
|
This comment has been minimized.
This comment has been minimized.
|
We have some nasty issue with python 3.5 modules: >>> import pkg.actions as action
>>> action.fromstr("file path=usr/bin")
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python3.5/vendor-packages/pkg/actions/file.py", line 867, in __init__
_common._file_init(self, data, **attrs)
KeyError: 'pkg.actions'
The same works with python2.7 |
This comment has been minimized.
This comment has been minimized.
|
It seems I know a cure (which is likely a trouble by itself):
we can use:
As using PyBytes_AsString gives
|
This comment has been minimized.
This comment has been minimized.
|
Python3 test results:
|
This comment has been minimized.
This comment has been minimized.
|
The suspicious failures are
First one fails with
Second - with
I don't see any evident error here. As this concerns only Python3 modules, which currently are not used by pkg tools explicitly, I'm going to merge this. |
pyhalov commentedFeb 27, 2019
Well, this brings us python 3.5 IPS modules and automatic BE naming.