We do not need to check typing for this project. --- wrapt-2.3.0/tests/conftest.py.orig +++ wrapt-2.3.0/tests/conftest.py @@ -130,6 +130,8 @@ """ def collect(self): + return + # Only run this custom collection on Python 3.10+ if version < (3, 10): return