Skip to content

Commit

Permalink
Revert "gateware: don't run tests if there is no migen."
Browse files Browse the repository at this point in the history
This reverts commit 4804cfe.
  • Loading branch information
whitequark committed Mar 26, 2018
1 parent 4804cfe commit bab6723
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions artiq/gateware/test/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +0,0 @@
import unittest

try:
import migen
except ImportError:
def load_tests(*args, **kwargs):
raise unittest.SkipTest("migen unavailable")

0 comments on commit bab6723

Please sign in to comment.