Skip to content

Commit 987dd31

Browse files
committed
Bump flatpak base image for test.
1 parent 9912de8 commit 987dd31

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,11 @@ RUN ln -si /app/Testbed.AppDir/usr/python/bin/python3 /home/brutus/bin/python
111111
ENV PATH="/home/brutus/bin:/home/brutus/.cargo/bin:${PATH}"
112112
"""
113113

114-
# support_package = "../Python-linux-support/dist/Python-3.10-linux-x86_64-support.custom.tar.gz"
115114
# template = "../../templates/briefcase-linux-appimage-template"
116115

117116
[tool.briefcase.app.testbed.linux.flatpak]
118117
flatpak_runtime = "org.gnome.Platform"
119-
flatpak_runtime_version = "44"
118+
flatpak_runtime_version = "45"
120119
flatpak_sdk = "org.gnome.Sdk"
121120

122121
# template = "../../templates/briefcase-linux-flatpak-template"

tests/test_common.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ def test_stdlib_modules():
9696
"termios",
9797
"unicodedata",
9898
# Scheduled for deprecation
99-
"_crypt",
10099
"audioop",
101100
]
102101

@@ -110,7 +109,6 @@ def test_stdlib_modules():
110109
# Modules that do not exist on Android
111110
if hasattr(sys, "getandroidapilevel"):
112111
all_modules.remove("grp")
113-
all_modules.remove("_crypt")
114112

115113
# Modules that do not exist on iOS
116114
if sys.platform == "ios":
@@ -121,7 +119,6 @@ def test_stdlib_modules():
121119

122120
# Modules that do not exist on Windows
123121
if sys.platform == "win32":
124-
all_modules.remove("_crypt")
125122
all_modules.remove("_posixsubprocess")
126123
all_modules.remove("fcntl")
127124
all_modules.remove("grp")

0 commit comments

Comments
 (0)