File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44TaskGraph Release History
55=========================
66
7- Unreleased Changes
8- ------------------
7+ ..
8+ Unreleased Changes
9+ ------------------
10+
11+ 0.11.2 (2025-05-21)
12+ -------------------
913* Using ``importlib.metadata `` or ``importlib_metadata ``, depending on the
1014 python version, to read the version from package metadata. This is in
1115 response to ``pkg_resources `` being deprecated.
Original file line number Diff line number Diff line change @@ -873,6 +873,7 @@ def _append_val(path, *val):
873873 def test_unix_path_repeated_function (self ):
874874 """TaskGraph: ensure no reruns if path is unix style."""
875875 global _append_val
876+ _append_val = _append_val # flake8 complains if not defined
876877
877878 task_graph = taskgraph .TaskGraph (self .workspace_dir , - 1 )
878879 target_dir = self .workspace_dir + '/foo/bar/rad/'
You can’t perform that action at this time.
0 commit comments