From 9666c56a9f47a63576aa1a8341b77f4fc5da50e6 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sat, 28 Mar 2020 16:08:42 +0300 Subject: [PATCH] Python2 compatibility: travis rebuild for new pysol-cards --- tests/lib/pysol_tests/ms_deals1/__init__.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/lib/pysol_tests/ms_deals1/__init__.py b/tests/lib/pysol_tests/ms_deals1/__init__.py index 04edc759..94429f6e 100644 --- a/tests/lib/pysol_tests/ms_deals1/__init__.py +++ b/tests/lib/pysol_tests/ms_deals1/__init__.py @@ -81,8 +81,6 @@ class MyTests(unittest.TestCase): def test_main(self): - rand = constructRandom('24') - def test_24(blurb): game = Game("freecell", 24, RandomBase.DEALS_PYSOLFC) got_s = game.calc_layout_string(ren) @@ -98,9 +96,6 @@ AH 5S 6S AD 8H JD # TEST test_24('Deal 24') - rand.reset() - # TEST - test_24('MS deal after reset.') game = Game("freecell", 123456, RandomBase.DEALS_MS) # TEST