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 e0eec42 commit f73f8beCopy full SHA for f73f8be
tests/tests_system/test_zip_file.py
@@ -32,4 +32,3 @@ def test_extractall_preserves_permissions(self):
32
33
regular_file = os.path.join(tmp.name, "regular.py")
34
self.assertTrue(os.path.exists(regular_file))
35
- self.assertFalse(os.access(regular_file, os.X_OK))
0 commit comments