1 This reverts the following commit:
2 https://github.com/datadriventests/ddt/pull/112/commits/2d0f8a76dd27924830ebf3b708324924fb384c06
4 --- ddt-1.7.2/test/test_async.py.orig
5 +++ ddt-1.7.2/test/test_async.py
10 from ddt import ddt, data
11 from test.mycode import larger_than_two
15 -class TestAsync(aiounittest.AsyncTestCase):
16 +class TestAsync(unittest.IsolatedAsyncioTestCase):
18 async def test_larger_than_two(self, value):
19 self.assertTrue(larger_than_two(value))
20 --- ddt-1.7.2/tox.ini.orig