Skip to content

Commit

Permalink
Move Simple_t into another slice
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvaandering committed Jan 3, 2017
1 parent 2b6aa1d commit 4993544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_test.py
Expand Up @@ -18,7 +18,7 @@
can_coverage = False
can_nose = False

NEEDS_OWN_SLICE = ['Api_t']
NEEDS_OWN_SLICE = ['Api_t', 'Simple_t']

sys.setrecursionlimit(10000) # Eliminates recursion exceptions with nose

Expand Down

0 comments on commit 4993544

Please sign in to comment.