Skip to content

Commit 5eceaf3

Browse files
committed
Add backports module to address test errors
Signed-off-by: Min Yeol Lim <min.yeol.lim@intel.com>
1 parent 5823722 commit 5eceaf3

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

container.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.22.2 AS gprofiler
1+
FROM alpine:3.23.0 AS gprofiler
22

33
ARG ARCH
44
ARG EXE_PATH=build/${ARCH}/gprofiler

pyinstaller.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ a = Analysis(scripts=['pyi_build.py'],
66
pathex=['/app'],
77
binaries=[],
88
datas=[('gprofiler/resources', 'gprofiler/resources')],
9-
hiddenimports=[],
9+
hiddenimports=['backports.tarfile'],
1010
hookspath=[],
1111
runtime_hooks=[],
1212
excludes=['readline'],

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ WMI==1.5.1; sys.platform == "win32"
1313
./granulate-utils/
1414
humanfriendly==10.0
1515
beautifulsoup4==4.13.3
16+
backports.tarfile==1.2.0

0 commit comments

Comments
 (0)