From c138f076bbb245a5c11a0849c22835fd97870017 Mon Sep 17 00:00:00 2001 From: Jonny Heggheim Date: Thu, 2 Dec 2021 20:08:07 +0100 Subject: [PATCH] Run all tests since test_get_type_hints_modules passes without failures --- python-typing-extensions.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-typing-extensions.spec b/python-typing-extensions.spec index 71e8540..2461d3f 100644 --- a/python-typing-extensions.spec +++ b/python-typing-extensions.spec @@ -53,7 +53,7 @@ BuildRequires: python3-pytest-cov %py3_install %check -%pytest src_py3/test_typing_extensions.py -k "not test_get_type_hints_modules" +%pytest src_py3/test_typing_extensions.py %files -n python3-typing-extensions %license LICENSE