Revert "gateware: don't run tests if there is no migen."

This reverts commit 4804cfef9b.
This commit is contained in:
whitequark 2018-03-26 03:33:52 +00:00
parent 4804cfef9b
commit bab6723ff2
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
import unittest
try:
import migen
except ImportError:
def load_tests(*args, **kwargs):
raise unittest.SkipTest("migen unavailable")