We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dcc933 commit bed361bCopy full SHA for bed361b
Lib/test/test_tools/test_compute_changes.py
@@ -114,7 +114,6 @@ def test_all_run(self):
114
result = process_changed_files({Path(f)})
115
self.assertTrue(result.run_tests)
116
self.assertTrue(result.run_android)
117
- self.assertTrue(result.run_docs)
118
self.assertTrue(result.run_macos)
119
self.assertTrue(result.run_ubuntu)
120
self.assertTrue(result.run_wasi)
0 commit comments