On 16-08-15 23:23, Johan Van de Wauw wrote: > On Sun, Aug 16, 2015 at 11:18 PM, Sebastiaan Couwenberg > <[email protected]> wrote: >> On 16-08-15 21:44, Johan Van de Wauw wrote: >>> When updating fiona [1]. I noticed some tests fail while building the >>> package. The same test do not fail however if I run them manually >>> after installation. >> >> The tests fail consistently for my builds, running the nose tests >> manually fail just the same (on sid after failed debuild). >> > Running manually after *installation*. So if you create a package > (ignoring the tests) and install it, next time your run debuild it > works for me. > > I suppose the Clirunner (from click) does not have the recently build > python module in its path, which causes the error.
That's very plausible. Maybe setting PYTHONPATH=fiona/fio/main.py or something similiar will help to use the just built module. Kind Regards, Bas -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1
