Skip to content

Commit

Permalink
MAINT, TST: Remove nose import (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
oyamad authored Dec 5, 2024
1 parent 9b6cc51 commit b733469
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions quantecon/game_theory/tests/test_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,3 @@ def test_copy_action_profile_to():
_copy_action_profile_to(dst, mixed_actions)
for x, y in zip(dst, mixed_actions):
assert_array_equal(x, y)


if __name__ == '__main__':
import sys
import nose

argv = sys.argv[:]
argv.append('--verbose')
argv.append('--nocapture')
nose.main(argv=argv, defaultTest=__file__)

0 comments on commit b733469

Please sign in to comment.