From 5986cf32ffa1d87a111da1c583d623f82dc32890 Mon Sep 17 00:00:00 2001 From: scito Date: Fri, 30 Aug 2024 09:53:05 +0200 Subject: [PATCH] disable CI tests on Windows due to 2024-08-30T07:49:08.0488465Z tests\extract_otp_secrets_img_unit_test.py .... [ 3%] 2024-08-30T07:49:09.6248858Z Windows fatal exception: access violation 2024-08-30T07:49:09.6249406Z 2024-08-30T07:49:09.6249686Z Current thread 0x000014f4 (most recent call first): 2024-08-30T07:49:09.6251542Z File "C:\hostedtoolcache\windows\Python\3.12.5\x64\Lib\site-packages\extract_otp_secrets.py", line 919 in log_debug 2024-08-30T07:49:09.6254028Z File "C:\hostedtoolcache\windows\Python\3.12.5\x64\Lib\site-packages\extract_otp_secrets.py", line 220 in get_payload_from_otp_url 2024-08-30T07:49:09.6255710Z File "C:\hostedtoolcache\windows\Python\3.12.5\x64\Lib\site-packages\extract_otp_secrets.py", line 227 in extract_otp_from_otp_url 2024-08-30T07:49:09.6257046Z File "C:\hostedtoolcache\windows\Python\3.12.5\x64\Lib\site-packages\extract_otp_secrets.py", line 537 in extract_otps_from_files 2024-08-30T07:49:09.6258334Z File "C:\hostedtoolcache\windows\Python\3.12.5\x64\Lib\site-packages\extract_otp_secrets.py", line 327 in extract_otps 2024-08-30T07:49:09.6259459Z File "C:\hostedtoolcache\windows\Python\3.12.5\x64\Lib\site-packages\extract_otp_secrets.py", line 185 in main 2024-08-30T07:49:09.6260526Z File "D:\a\extract_otp_secrets\extract_otp_secrets\tests\extract_otp_secrets_test.py", line 572 in test_extract_verbose 2024-08-30T07:49:09.6261701Z File "C:\hostedtoolcache\windows\Python\3.12.5\x64\Lib\site-packages\_pytest\python.py", line 159 in pytest_pyfunc_call 2024-08-30T07:49:11.0068928Z tests\extract_otp_secrets_test.py ................................. 2024-08-30T07:49:11.0159444Z ##[error]Process completed with exit code 1. 2024-08-30T07:49:11.0171776Z ##[debug]Finishing: Test with pytest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a0940d..8cc4846 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: python-version: ["3.12", "3.11", "3.10", "3.9", "3.8"] - platform: [ubuntu-latest, macos-latest, windows-latest] + platform: [ubuntu-latest, macos-latest] # exclude: runs-on: ${{ matrix.platform }}