bpo-29845: Mark tests that use _testcapi as CPython-only (#711)

This commit is contained in:
Serhiy Storchaka 2017-03-19 20:20:10 +02:00 committed by GitHub
parent 6b5a9ec478
commit 24c738a9e9
5 changed files with 8 additions and 1 deletions

View file

@ -2117,6 +2117,7 @@ class SysSetCoroWrapperTest(unittest.TestCase):
sys.set_coroutine_wrapper(None)
@support.cpython_only
class CAPITest(unittest.TestCase):
def test_tp_await_1(self):