tests: use a local `typing` module with Python 3.4 only
[babeltrace.git] / setup.cfg
index 9fbc23cf64fdacc7ec1ab0272df32fc24eecba31..7788df8ac1bba8fcb4c892840c42a0cf1e0fbb3c 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -13,4 +13,4 @@ ignore = E501,W503
 #     Has code to set up the DLL search path before imports.
 per-file-ignores = src/bindings/python/bt2/bt2/__init__.py:F401,E402
 
-exclude = tests/utils/python/tap tests/utils/python/local_typing.py
+exclude = tests/utils/python/tap tests/utils/python/typing/typing.py
This page took 0.023002 seconds and 4 git commands to generate.