On 16 Oct 2017, at 11:08, Andreas Tille <andr...@fam-tille.de> wrote: > On Sun, Oct 15, 2017 at 08:21:46PM +0100, Rebecca N. Palmer wrote: >>> raise nose.SkipTest("known failure of test_stata on non-little endian") >>> E NameError: name 'nose' is not defined >> >> You need an 'import nose' first, if the test doesn't already have one. > > If the 'import nose' is missing why is the test working for amd64, arm64 > but not for s390x?
NameError is only raised when it tries to run that line. Regards, James