Bug#1008402: khmer: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 3.9" returned exit code 13

2022-04-03 Thread stefanor
Hi Andreas (2022.04.03_08:15:43_+) > Thanks a lot for the patch. Do you mean by "it isn't complete yet" the > issue that the build now fails with > >FileNotFoundError: [Errno 2] No such file or directory: '' > > as per Salsa CI[1]? Exactly. That filename could be special cased (maybe in

Bug#1008402: khmer: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 3.9" returned exit code 13

2022-04-03 Thread Andreas Tille
Hi Stefano, Am Sat, Apr 02, 2022 at 07:03:04PM -0400 schrieb Stefano Rivera: > > > > return _sys.stdout.buffer if 'b' in self._mode else > > > > _sys.stdout > > > E AttributeError: '_io.StringIO' object has no attribute > > > 'buffer' > > I assume the big relevant ch

Bug#1008402: khmer: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 3.9" returned exit code 13

2022-04-02 Thread Stefano Rivera
Hi Lucas (2022.03.26_17:21:07_-0400) > > self = FileType('wb'), string = '-' > > > > def __call__(self, string): > > # the special argument "-" means sys.std{in,out} > > if string == '-': > > if 'r' in self._mode: > > return _sys.stdin.buffer if 'b'