-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Hello, I am preparing the cbflib 0.9.7 package for Debian.
I now have a package built with only the Python3 version pf pycbf. I want to add autopkgtest in order to have integration tests which checks that nothing break when a dependency change. So my first attempt was to execute the 4 test of the pycbf directory. But it end-up with this error
$python3 pycbf_test1.py
Traceback (most recent call last):
File "/home/experiences/instrumentation/picca/debian/science-team/cbflib/pycbf/pycbf_test1.py", line 4, in <module>
object.read_file(b"../img2cif_packed.cif",pycbf.MSG_DIGEST)
File "/usr/lib/python3/dist-packages/pycbf.py", line 2009, in read_file
return _pycbf.cbf_handle_struct_read_file(self, filename, headers)
TypeError: in method 'cbf_handle_struct_read_file', argument 2 of type 'char *This issue cause also troubles when I try to run the dxtbx test suite.
This problem seems to be related to the handling of string/bytes.
Can you reproduce this issue on your system ?
thanks
Metadata
Metadata
Assignees
Labels
No labels