We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8c3a0 commit 85f58b4Copy full SHA for 85f58b4
test/tests/builder_tests.py
@@ -291,6 +291,9 @@ def test_src_urls(self):
291
self._quick_test(config, build=False, finalize=False)
292
self.assertEqual(orig_time, expected_path.stat().st_mtime)
293
294
+ if expected_path.exists():
295
+ expected_path.unlink()
296
+
297
# Here it should be updated. We're playing a weird trick here though,
298
# by pointing to a completely different url.
299
config = copy.deepcopy(config)
0 commit comments