tests: use a local `typing` module with Python 3.4 only
[babeltrace.git] / pyproject.toml
index 2dac3d6c887d8f84125789f94ac768cd987b410d..44afa4064c694e4df18c5ddd82252025f0618596 100644 (file)
@@ -11,7 +11,7 @@
      | src/bindings/python/bt2/setup\.py$
      | src/bindings/python/bt2/bt2/native_bt\.py$
      | src/bindings/python/bt2/bt2/version\.py$
-     | tests/utils/python/local_typing\.py$
+     | tests/utils/python/typing/typing\.py$
      | tests/utils/python/tap
 
   )
@@ -21,6 +21,6 @@
 profile = "black"
 extend_skip_glob = [
     "tests/utils/python/tap",
-    "tests/utils/python/local_typing.py",
+    "tests/utils/python/typing/typing.py",
 ]
 length_sort = true
This page took 0.024567 seconds and 4 git commands to generate.