Skip to content

Upgrade Python dependencies #1575

Upgrade Python dependencies

Upgrade Python dependencies #1575

GitHub Actions / Test Results (Windows composite python ) failed Oct 21, 2024 in 0s

4 fail, 434 pass in 23m 24s

    90 files      90 suites   23m 24s ⏱️
   438 tests    434 ✅   0 💤   4 ❌
39 420 runs  38 274 ✅ 966 💤 180 ❌

Results for commit a91caef.

Annotations

Check warning on line 28 in python/test/test_action_yml.py

See this annotation in the file changed.

@github-actions github-actions / Test Results (Windows composite python )

45 out of 90 runs failed: test_linux_action (python.test.test_action_yml.TestActionYml)

artifacts\Test Results (python-3.10, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.10, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.10, macos-14)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.10, macos-15)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.10, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.10, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.10, ubuntu-24.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, macos-14)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, macos-15)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, ubuntu-24.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, macos-14)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, macos-15)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, ubuntu-24.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, macos-14)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, macos-15)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, ubuntu-24.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.7, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.8, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.8, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.8, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.8, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.9, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.9, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.9, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.9, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.9, ubuntu-24.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, macos-14)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, macos-15)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, ubuntu-24.04)\test-results\pytest.xml [took 0s]
Raw output
AssertionError: 'b0048519e3287ae9cfc634aeda40cbfe' != '1a7833c49f5935a970bc661e3c45aa2a'
- b0048519e3287ae9cfc634aeda40cbfe
+ 1a7833c49f5935a970bc661e3c45aa2a
 : Changing python/requirements.txt requires to update the MD5 hash in composite/action.yaml
self = <test_action_yml.TestActionYml testMethod=test_linux_action>

    def test_linux_action(self):
>       self.do_test_composite_action('linux')

test_action_yml.py:30: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test_action_yml.py:85: in do_test_composite_action
    self.assertEqual(expected_hash, cache_hash, msg='Changing python/requirements.txt requires '
E   AssertionError: 'b0048519e3287ae9cfc634aeda40cbfe' != '1a7833c49f5935a970bc661e3c45aa2a'
E   - b0048519e3287ae9cfc634aeda40cbfe
E   + 1a7833c49f5935a970bc661e3c45aa2a
E    : Changing python/requirements.txt requires to update the MD5 hash in composite/action.yaml

Check warning on line 31 in python/test/test_action_yml.py

See this annotation in the file changed.

@github-actions github-actions / Test Results (Windows composite python )

45 out of 90 runs failed: test_macos_action (python.test.test_action_yml.TestActionYml)

artifacts\Test Results (python-3.10, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.10, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.10, macos-14)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.10, macos-15)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.10, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.10, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.10, ubuntu-24.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, macos-14)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, macos-15)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, ubuntu-24.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, macos-14)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, macos-15)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, ubuntu-24.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, macos-14)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, macos-15)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, ubuntu-24.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.7, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.8, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.8, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.8, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.8, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.9, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.9, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.9, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.9, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.9, ubuntu-24.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, macos-14)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, macos-15)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, ubuntu-24.04)\test-results\pytest.xml [took 0s]
Raw output
AssertionError: 'b0048519e3287ae9cfc634aeda40cbfe' != '1a7833c49f5935a970bc661e3c45aa2a'
- b0048519e3287ae9cfc634aeda40cbfe
+ 1a7833c49f5935a970bc661e3c45aa2a
 : Changing python/requirements.txt requires to update the MD5 hash in composite/action.yaml
self = <test_action_yml.TestActionYml testMethod=test_macos_action>

    def test_macos_action(self):
>       self.do_test_composite_action('macos')

test_action_yml.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test_action_yml.py:85: in do_test_composite_action
    self.assertEqual(expected_hash, cache_hash, msg='Changing python/requirements.txt requires '
E   AssertionError: 'b0048519e3287ae9cfc634aeda40cbfe' != '1a7833c49f5935a970bc661e3c45aa2a'
E   - b0048519e3287ae9cfc634aeda40cbfe
E   + 1a7833c49f5935a970bc661e3c45aa2a
E    : Changing python/requirements.txt requires to update the MD5 hash in composite/action.yaml

Check warning on line 34 in python/test/test_action_yml.py

See this annotation in the file changed.

@github-actions github-actions / Test Results (Windows composite python )

45 out of 90 runs failed: test_windows_action (python.test.test_action_yml.TestActionYml)

artifacts\Test Results (python-3.10, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.10, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.10, macos-14)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.10, macos-15)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.10, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.10, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.10, ubuntu-24.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, macos-14)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, macos-15)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, ubuntu-24.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, macos-14)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, macos-15)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, ubuntu-24.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, macos-14)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, macos-15)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, ubuntu-24.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.7, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.8, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.8, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.8, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.8, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.9, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.9, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.9, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.9, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.9, ubuntu-24.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, macos-14)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, macos-15)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, ubuntu-24.04)\test-results\pytest.xml [took 0s]
Raw output
AssertionError: 'b0048519e3287ae9cfc634aeda40cbfe' != '1a7833c49f5935a970bc661e3c45aa2a'
- b0048519e3287ae9cfc634aeda40cbfe
+ 1a7833c49f5935a970bc661e3c45aa2a
 : Changing python/requirements.txt requires to update the MD5 hash in composite/action.yaml
self = <test_action_yml.TestActionYml testMethod=test_windows_action>

    def test_windows_action(self):
>       self.do_test_composite_action('windows')

test_action_yml.py:36: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test_action_yml.py:85: in do_test_composite_action
    self.assertEqual(expected_hash, cache_hash, msg='Changing python/requirements.txt requires '
E   AssertionError: 'b0048519e3287ae9cfc634aeda40cbfe' != '1a7833c49f5935a970bc661e3c45aa2a'
E   - b0048519e3287ae9cfc634aeda40cbfe
E   + 1a7833c49f5935a970bc661e3c45aa2a
E    : Changing python/requirements.txt requires to update the MD5 hash in composite/action.yaml

Check warning on line 37 in python/test/test_action_yml.py

See this annotation in the file changed.

@github-actions github-actions / Test Results (Windows composite python )

45 out of 90 runs failed: test_windows_bash_action (python.test.test_action_yml.TestActionYml)

artifacts\Test Results (python-3.10, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.10, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.10, macos-14)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.10, macos-15)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.10, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.10, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.10, ubuntu-24.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, macos-14)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, macos-15)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.11, ubuntu-24.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, macos-14)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, macos-15)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.12, ubuntu-24.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, macos-14)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, macos-15)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.13, ubuntu-24.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.7, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.8, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.8, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.8, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.8, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.9, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.9, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.9, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.9, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-3.9, ubuntu-24.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, macos-12)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, macos-13)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, macos-14)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, macos-15)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, ubuntu-20.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, ubuntu-22.04)\test-results\pytest.xml [took 0s]
artifacts\Test Results (python-installed, ubuntu-24.04)\test-results\pytest.xml [took 0s]
Raw output
AssertionError: 'b0048519e3287ae9cfc634aeda40cbfe' != '1a7833c49f5935a970bc661e3c45aa2a'
- b0048519e3287ae9cfc634aeda40cbfe
+ 1a7833c49f5935a970bc661e3c45aa2a
 : Changing python/requirements.txt requires to update the MD5 hash in composite/action.yaml
self = <test_action_yml.TestActionYml testMethod=test_windows_bash_action>

    def test_windows_bash_action(self):
>       self.do_test_composite_action('windows/bash')

test_action_yml.py:39: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test_action_yml.py:85: in do_test_composite_action
    self.assertEqual(expected_hash, cache_hash, msg='Changing python/requirements.txt requires '
E   AssertionError: 'b0048519e3287ae9cfc634aeda40cbfe' != '1a7833c49f5935a970bc661e3c45aa2a'
E   - b0048519e3287ae9cfc634aeda40cbfe
E   + 1a7833c49f5935a970bc661e3c45aa2a
E    : Changing python/requirements.txt requires to update the MD5 hash in composite/action.yaml