@@ -95,34 +95,34 @@ jobs:
9595 seconds_between_github_writes : 10
9696 seconds_between_github_reads : 1
9797
98- tests_arm64 :
99- needs : generate_ctypes
100- timeout-minutes : 15
101- runs-on : windows-ARM64
102- continue-on-error : true
103-
104- strategy :
105- fail-fast : false
106- matrix :
107- python-version : [3.11]
108- python-architecture : [x86, x64, arm64]
109- include :
110- # Translate architecture to bitness for py.exe commandline
111- - python-bitness-to-test : 32
112- python-architecture : x86
113- - python-bitness-to-test : 64
114- python-architecture : x64
115- - python-bitness-to-test : arm64
116- python-architecture : arm64
117-
118- steps :
119- - uses : actions/checkout@v4
120-
121- - name : Listing python versions availables
122- run : py -0
123-
124- - name : Testing PFW execute
125- run : py -${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}} -c "import windows; print(windows)"
126-
127- - name : Arm64 pytests
128- run : py -${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}} -m pytest tests -k "not test_debugger" -v -s -r fEsx
98+ # tests_arm64:
99+ # needs: generate_ctypes
100+ # timeout-minutes: 15
101+ # runs-on: windows-ARM64
102+ # continue-on-error: true
103+ #
104+ # strategy:
105+ # fail-fast: false
106+ # matrix:
107+ # python-version: [3.11]
108+ # python-architecture: [x86, x64, arm64]
109+ # include:
110+ # # Translate architecture to bitness for py.exe commandline
111+ # - python-bitness-to-test: 32
112+ # python-architecture: x86
113+ # - python-bitness-to-test: 64
114+ # python-architecture: x64
115+ # - python-bitness-to-test: arm64
116+ # python-architecture: arm64
117+ #
118+ # steps:
119+ # - uses: actions/checkout@v4
120+ #
121+ # - name: Listing python versions availables
122+ # run: py -0
123+ #
124+ # - name: Testing PFW execute
125+ # run: py -${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}} -c "import windows; print(windows)"
126+ #
127+ # - name: Arm64 pytests
128+ # run: py -${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}} -m pytest tests -k "not test_debugger" -v -s -r fEsx
0 commit comments