Skip to content

Commit 55cfb94

Browse files
committed
Remove skip which is now unnecessary
1 parent b68d8fe commit 55cfb94

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Lib/test/test_android.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424

2525

2626
# Test redirection of stdout and stderr to the Android log.
27-
@unittest.skipIf(
28-
api_level < 23 and platform.machine() == "aarch64",
29-
"SELinux blocks reading logs on older ARM64 emulators"
30-
)
3127
class TestAndroidOutput(unittest.TestCase):
3228
maxDiff = None
3329

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The minimum supported Android version is now 7.0 (API level 24).

0 commit comments

Comments
 (0)