Control: tags -1 patch On Fri, 3 Apr 2020 21:40:10 +0200 Lucas Nussbaum wrote: > > I'm closing those bugs: those failures are no longer reproducible, > > checking again 12 hours later. Either they were caused by another > > package that was fixed in the meantime, or they are random failures. > > Actually, this is reproducible.
It seems to be reproducible only in specific environments. On my system with cowbuilder it builds fine. But on the reproducible builds systems with pbuilder you see the same test failures as you. The attached patch should help, it adds build dependencies for the modules required for tests, among them is pytest for which ModuleNotFoundError exceptions were raised. Kind Regards, Bas -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1
diff -Nru behave-1.2.6/debian/control behave-1.2.6/debian/control --- behave-1.2.6/debian/control 2020-01-25 13:57:18.000000000 +0100 +++ behave-1.2.6/debian/control 2020-05-05 18:14:19.000000000 +0200 @@ -11,6 +11,8 @@ python3-nose, python3-parse, python3-parse-type, + python3-path, + python3-pytest, python3-setuptools, python3-six, python3-sphinx,