[rhinstaller/blivet/pulls/276 master] edd_test: don't run on non-x86

vpodzime installerbot-noreply at redhat.com
Thu Nov 12 08:37:09 UTC 2015


> @@ -28,6 +28,8 @@ def load(self):
>      def __repr__(self):
>          return "<FakeEddEntry%s>" % (self._fmt(' ', ''),)
>  
> + at unittest.skipIf(not os.uname().machine in ['i386','i686','x86_64'],
> +                 reason='incompatible arch')

``@unittest.skipUnless()`` would fit better in here, I think.

-- 
To view this pull request on github, visit https://github.com/rhinstaller/blivet/pull/276#discussion_r44631919


More information about the anaconda-patches mailing list