diff options
author | LaMont Jones <lamontjones@google.com> | 2022-11-08 00:54:56 +0000 |
---|---|---|
committer | LaMont Jones <lamontjones@google.com> | 2022-11-08 00:54:56 +0000 |
commit | 5fb9c6a5b35220e27b3acd5861318584588cd0d8 (patch) | |
tree | d3d3a7d6d021e1547d9f22875aea57a717540f92 /tests/test_project.py | |
parent | 859d3d958057e35b618e8cca209a85317d49a974 (diff) | |
download | git-repo-5fb9c6a5b35220e27b3acd5861318584588cd0d8.tar.gz |
v2.29.7: Revert back to v2.29.5v2.29.7
This change reverts stable to v2.29.5, to fix clients that received
v2.29.6, and keep future updates simpler.
Change-Id: I2f5c52c466b7321665c9699ccdbf98f928483fee
Diffstat (limited to 'tests/test_project.py')
-rw-r--r-- | tests/test_project.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/test_project.py b/tests/test_project.py index 5c600be7..acd44ccc 100644 --- a/tests/test_project.py +++ b/tests/test_project.py | |||
@@ -26,7 +26,6 @@ import git_command | |||
26 | import git_config | 26 | import git_config |
27 | import platform_utils | 27 | import platform_utils |
28 | import project | 28 | import project |
29 | import repo_trace | ||
30 | 29 | ||
31 | 30 | ||
32 | @contextlib.contextmanager | 31 | @contextlib.contextmanager |
@@ -65,13 +64,6 @@ class FakeProject(object): | |||
65 | class ReviewableBranchTests(unittest.TestCase): | 64 | class ReviewableBranchTests(unittest.TestCase): |
66 | """Check ReviewableBranch behavior.""" | 65 | """Check ReviewableBranch behavior.""" |
67 | 66 | ||
68 | def setUp(self): | ||
69 | self.tempdirobj = tempfile.TemporaryDirectory(prefix='repo_tests') | ||
70 | repo_trace._TRACE_FILE = os.path.join(self.tempdirobj.name, 'TRACE_FILE_from_test') | ||
71 | |||
72 | def tearDown(self): | ||
73 | self.tempdirobj.cleanup() | ||
74 | |||
75 | def test_smoke(self): | 67 | def test_smoke(self): |
76 | """A quick run through everything.""" | 68 | """A quick run through everything.""" |
77 | with TempGitTree() as tempdir: | 69 | with TempGitTree() as tempdir: |