Skip to content

build(deps): bump setuptools from 78.0.1 to 78.1.0#102

Merged
GuyKh merged 1 commit intomainfrom
dependabot/pip/setuptools-78.1.0
Mar 31, 2025
Merged

build(deps): bump setuptools from 78.0.1 to 78.1.0#102
GuyKh merged 1 commit intomainfrom
dependabot/pip/setuptools-78.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2025

Bumps setuptools from 78.0.1 to 78.1.0.

Changelog

Sourced from setuptools's changelog.

v78.1.0

Features

  • Restore access to _get_vc_env with a warning. (#4874)

v78.0.2

Bugfixes

  • Postponed removals of deprecated dash-separated and uppercase fields in setup.cfg. All packages with deprecated configurations are advised to move before 2026. (#4911)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [setuptools](https://github.com/pypa/setuptools) from 78.0.1 to 78.1.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v78.0.1...v78.1.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 31, 2025
@qodo-code-review
Copy link
Copy Markdown

Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here.

CI Feedback 🧐

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: test

Failed stage: Run UnitTests [❌]

Failed test name: tests.unit.test_ims_envista.TestIMSEnvista

Failure summary:

The action failed because multiple tests in the TestIMSEnvista test class failed with the same
error: "Failed to load IMS Token".

Specifically:

  • All 15 test methods in the test class failed during the asyncSetUp method at line 26 in
    /home/runner/work/py-ims-envista/py-ims-envista/tests/unit/test_ims_envista.py
  • The error occurs because the IMS token required for the tests is not available in the environment
  • The environment variable IMS_TOKEN appears to be empty (line 471 shows it has no value)
  • The tests explicitly fail with pytest.fail("Failed to load IMS Token") when the token is not
    available

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    466:  ##[endgroup]
    467:  ##[group]Run python3 -m unittest discover
    468:  �[36;1mpython3 -m unittest discover�[0m
    469:  shell: /usr/bin/bash -e {0}
    470:  env:
    471:  IMS_TOKEN: 
    472:  pythonLocation: /opt/hostedtoolcache/Python/3.13.2/x64
    473:  PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.13.2/x64/lib/pkgconfig
    474:  Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.13.2/x64
    475:  Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.13.2/x64
    476:  Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.13.2/x64
    477:  LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.13.2/x64/lib
    478:  ##[endgroup]
    479:  EEEEEEEEEEEEEEE..
    480:  ======================================================================
    481:  ERROR: test_get_all_regions_info (tests.unit.test_ims_envista.TestIMSEnvista.test_get_all_regions_info)
    482:  Test get_all_regions_info endpoint.
    483:  ----------------------------------------------------------------------
    484:  Traceback (most recent call last):
    485:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/runners.py", line 118, in run
    486:  return self._loop.run_until_complete(task)
    487:  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
    488:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/base_events.py", line 725, in run_until_complete
    489:  return future.result()
    490:  ~~~~~~~~~~~~~^^
    491:  File "/home/runner/work/py-ims-envista/py-ims-envista/tests/unit/test_ims_envista.py", line 26, in asyncSetUp
    492:  pytest.fail("Failed to load IMS Token")
    493:  ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    494:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/site-packages/_pytest/outcomes.py", line 178, in fail
    495:  raise Failed(msg=reason, pytrace=pytrace)
    496:  Failed: Failed to load IMS Token
    497:  ======================================================================
    498:  ERROR: test_get_all_stations_info (tests.unit.test_ims_envista.TestIMSEnvista.test_get_all_stations_info)
    499:  Test get_all_stations_info endpoint.
    500:  ----------------------------------------------------------------------
    501:  Traceback (most recent call last):
    502:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/runners.py", line 118, in run
    503:  return self._loop.run_until_complete(task)
    504:  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
    505:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/base_events.py", line 725, in run_until_complete
    506:  return future.result()
    507:  ~~~~~~~~~~~~~^^
    508:  File "/home/runner/work/py-ims-envista/py-ims-envista/tests/unit/test_ims_envista.py", line 26, in asyncSetUp
    509:  pytest.fail("Failed to load IMS Token")
    510:  ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    511:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/site-packages/_pytest/outcomes.py", line 178, in fail
    512:  raise Failed(msg=reason, pytrace=pytrace)
    513:  Failed: Failed to load IMS Token
    514:  ======================================================================
    515:  ERROR: test_get_earliest_station_data (tests.unit.test_ims_envista.TestIMSEnvista.test_get_earliest_station_data)
    516:  Test get_earliest_station_data endpoint.
    517:  ----------------------------------------------------------------------
    518:  Traceback (most recent call last):
    519:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/runners.py", line 118, in run
    520:  return self._loop.run_until_complete(task)
    521:  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
    522:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/base_events.py", line 725, in run_until_complete
    523:  return future.result()
    524:  ~~~~~~~~~~~~~^^
    525:  File "/home/runner/work/py-ims-envista/py-ims-envista/tests/unit/test_ims_envista.py", line 26, in asyncSetUp
    526:  pytest.fail("Failed to load IMS Token")
    527:  ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    528:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/site-packages/_pytest/outcomes.py", line 178, in fail
    529:  raise Failed(msg=reason, pytrace=pytrace)
    530:  Failed: Failed to load IMS Token
    531:  ======================================================================
    532:  ERROR: test_get_earliest_station_data_with_channel (tests.unit.test_ims_envista.TestIMSEnvista.test_get_earliest_station_data_with_channel)
    533:  Test get_earliest_station_data endpoint with channel.
    534:  ----------------------------------------------------------------------
    535:  Traceback (most recent call last):
    536:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/runners.py", line 118, in run
    537:  return self._loop.run_until_complete(task)
    538:  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
    539:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/base_events.py", line 725, in run_until_complete
    540:  return future.result()
    541:  ~~~~~~~~~~~~~^^
    542:  File "/home/runner/work/py-ims-envista/py-ims-envista/tests/unit/test_ims_envista.py", line 26, in asyncSetUp
    543:  pytest.fail("Failed to load IMS Token")
    544:  ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    545:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/site-packages/_pytest/outcomes.py", line 178, in fail
    546:  raise Failed(msg=reason, pytrace=pytrace)
    547:  Failed: Failed to load IMS Token
    548:  ======================================================================
    549:  ERROR: test_get_latest_station_data (tests.unit.test_ims_envista.TestIMSEnvista.test_get_latest_station_data)
    550:  Test get_latest_station endpoint.
    551:  ----------------------------------------------------------------------
    552:  Traceback (most recent call last):
    553:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/runners.py", line 118, in run
    554:  return self._loop.run_until_complete(task)
    555:  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
    556:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/base_events.py", line 725, in run_until_complete
    557:  return future.result()
    558:  ~~~~~~~~~~~~~^^
    559:  File "/home/runner/work/py-ims-envista/py-ims-envista/tests/unit/test_ims_envista.py", line 26, in asyncSetUp
    560:  pytest.fail("Failed to load IMS Token")
    561:  ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    562:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/site-packages/_pytest/outcomes.py", line 178, in fail
    563:  raise Failed(msg=reason, pytrace=pytrace)
    564:  Failed: Failed to load IMS Token
    565:  ======================================================================
    566:  ERROR: test_get_latest_station_data_with_channel (tests.unit.test_ims_envista.TestIMSEnvista.test_get_latest_station_data_with_channel)
    567:  Test get_latest_station_data endpoint with channel.
    568:  ----------------------------------------------------------------------
    569:  Traceback (most recent call last):
    570:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/runners.py", line 118, in run
    571:  return self._loop.run_until_complete(task)
    572:  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
    573:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/base_events.py", line 725, in run_until_complete
    574:  return future.result()
    575:  ~~~~~~~~~~~~~^^
    576:  File "/home/runner/work/py-ims-envista/py-ims-envista/tests/unit/test_ims_envista.py", line 26, in asyncSetUp
    577:  pytest.fail("Failed to load IMS Token")
    578:  ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    579:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/site-packages/_pytest/outcomes.py", line 178, in fail
    580:  raise Failed(msg=reason, pytrace=pytrace)
    581:  Failed: Failed to load IMS Token
    582:  ======================================================================
    583:  ERROR: test_get_metrics_descriptions (tests.unit.test_ims_envista.TestIMSEnvista.test_get_metrics_descriptions)
    584:  ----------------------------------------------------------------------
    585:  Traceback (most recent call last):
    586:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/runners.py", line 118, in run
    587:  return self._loop.run_until_complete(task)
    588:  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
    589:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/base_events.py", line 725, in run_until_complete
    590:  return future.result()
    591:  ~~~~~~~~~~~~~^^
    592:  File "/home/runner/work/py-ims-envista/py-ims-envista/tests/unit/test_ims_envista.py", line 26, in asyncSetUp
    593:  pytest.fail("Failed to load IMS Token")
    594:  ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    595:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/site-packages/_pytest/outcomes.py", line 178, in fail
    596:  raise Failed(msg=reason, pytrace=pytrace)
    597:  Failed: Failed to load IMS Token
    598:  ======================================================================
    599:  ERROR: test_get_monthly_station_data (tests.unit.test_ims_envista.TestIMSEnvista.test_get_monthly_station_data)
    600:  Test get_monthly_station_data endpoint.
    601:  ----------------------------------------------------------------------
    602:  Traceback (most recent call last):
    603:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/runners.py", line 118, in run
    604:  return self._loop.run_until_complete(task)
    605:  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
    606:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/base_events.py", line 725, in run_until_complete
    607:  return future.result()
    608:  ~~~~~~~~~~~~~^^
    609:  File "/home/runner/work/py-ims-envista/py-ims-envista/tests/unit/test_ims_envista.py", line 26, in asyncSetUp
    610:  pytest.fail("Failed to load IMS Token")
    611:  ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    612:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/site-packages/_pytest/outcomes.py", line 178, in fail
    613:  raise Failed(msg=reason, pytrace=pytrace)
    614:  Failed: Failed to load IMS Token
    615:  ======================================================================
    616:  ERROR: test_get_monthly_station_data_with_channel (tests.unit.test_ims_envista.TestIMSEnvista.test_get_monthly_station_data_with_channel)
    617:  Test get_monthly_station_data endpoint with channel.
    618:  ----------------------------------------------------------------------
    619:  Traceback (most recent call last):
    620:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/runners.py", line 118, in run
    621:  return self._loop.run_until_complete(task)
    622:  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
    623:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/base_events.py", line 725, in run_until_complete
    624:  return future.result()
    625:  ~~~~~~~~~~~~~^^
    626:  File "/home/runner/work/py-ims-envista/py-ims-envista/tests/unit/test_ims_envista.py", line 26, in asyncSetUp
    627:  pytest.fail("Failed to load IMS Token")
    628:  ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    629:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/site-packages/_pytest/outcomes.py", line 178, in fail
    630:  raise Failed(msg=reason, pytrace=pytrace)
    631:  Failed: Failed to load IMS Token
    632:  ======================================================================
    633:  ERROR: test_get_region_info (tests.unit.test_ims_envista.TestIMSEnvista.test_get_region_info)
    634:  Test get_regions_info endpoint.
    635:  ----------------------------------------------------------------------
    636:  Traceback (most recent call last):
    637:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/runners.py", line 118, in run
    638:  return self._loop.run_until_complete(task)
    639:  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
    640:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/base_events.py", line 725, in run_until_complete
    641:  return future.result()
    642:  ~~~~~~~~~~~~~^^
    643:  File "/home/runner/work/py-ims-envista/py-ims-envista/tests/unit/test_ims_envista.py", line 26, in asyncSetUp
    644:  pytest.fail("Failed to load IMS Token")
    645:  ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    646:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/site-packages/_pytest/outcomes.py", line 178, in fail
    647:  raise Failed(msg=reason, pytrace=pytrace)
    648:  Failed: Failed to load IMS Token
    649:  ======================================================================
    650:  ERROR: test_get_station_data_by_date_range (tests.unit.test_ims_envista.TestIMSEnvista.test_get_station_data_by_date_range)
    651:  Test get_station_data_by_date_range endpoint.
    652:  ----------------------------------------------------------------------
    653:  Traceback (most recent call last):
    654:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/runners.py", line 118, in run
    655:  return self._loop.run_until_complete(task)
    656:  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
    657:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/base_events.py", line 725, in run_until_complete
    658:  return future.result()
    659:  ~~~~~~~~~~~~~^^
    660:  File "/home/runner/work/py-ims-envista/py-ims-envista/tests/unit/test_ims_envista.py", line 26, in asyncSetUp
    661:  pytest.fail("Failed to load IMS Token")
    662:  ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    663:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/site-packages/_pytest/outcomes.py", line 178, in fail
    664:  raise Failed(msg=reason, pytrace=pytrace)
    665:  Failed: Failed to load IMS Token
    666:  ======================================================================
    667:  ERROR: test_get_station_data_by_date_range_with_channel (tests.unit.test_ims_envista.TestIMSEnvista.test_get_station_data_by_date_range_with_channel)
    668:  Test get_station_data_by_date_range endpoint with channel.
    669:  ----------------------------------------------------------------------
    670:  Traceback (most recent call last):
    671:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/runners.py", line 118, in run
    672:  return self._loop.run_until_complete(task)
    673:  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
    674:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/base_events.py", line 725, in run_until_complete
    675:  return future.result()
    676:  ~~~~~~~~~~~~~^^
    677:  File "/home/runner/work/py-ims-envista/py-ims-envista/tests/unit/test_ims_envista.py", line 26, in asyncSetUp
    678:  pytest.fail("Failed to load IMS Token")
    679:  ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    680:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/site-packages/_pytest/outcomes.py", line 178, in fail
    681:  raise Failed(msg=reason, pytrace=pytrace)
    682:  Failed: Failed to load IMS Token
    683:  ======================================================================
    684:  ERROR: test_get_station_data_from_date (tests.unit.test_ims_envista.TestIMSEnvista.test_get_station_data_from_date)
    685:  Test get_station_data_from_date endpoint.
    686:  ----------------------------------------------------------------------
    687:  Traceback (most recent call last):
    688:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/runners.py", line 118, in run
    689:  return self._loop.run_until_complete(task)
    690:  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
    691:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/base_events.py", line 725, in run_until_complete
    692:  return future.result()
    693:  ~~~~~~~~~~~~~^^
    694:  File "/home/runner/work/py-ims-envista/py-ims-envista/tests/unit/test_ims_envista.py", line 26, in asyncSetUp
    695:  pytest.fail("Failed to load IMS Token")
    696:  ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    697:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/site-packages/_pytest/outcomes.py", line 178, in fail
    698:  raise Failed(msg=reason, pytrace=pytrace)
    699:  Failed: Failed to load IMS Token
    700:  ======================================================================
    701:  ERROR: test_get_station_data_from_date_with_channel (tests.unit.test_ims_envista.TestIMSEnvista.test_get_station_data_from_date_with_channel)
    702:  Test get_station_data_from_date endpoint with channel.
    703:  ----------------------------------------------------------------------
    704:  Traceback (most recent call last):
    705:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/runners.py", line 118, in run
    706:  return self._loop.run_until_complete(task)
    707:  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
    708:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/base_events.py", line 725, in run_until_complete
    709:  return future.result()
    710:  ~~~~~~~~~~~~~^^
    711:  File "/home/runner/work/py-ims-envista/py-ims-envista/tests/unit/test_ims_envista.py", line 26, in asyncSetUp
    712:  pytest.fail("Failed to load IMS Token")
    713:  ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    714:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/site-packages/_pytest/outcomes.py", line 178, in fail
    715:  raise Failed(msg=reason, pytrace=pytrace)
    716:  Failed: Failed to load IMS Token
    717:  ======================================================================
    718:  ERROR: test_get_station_info (tests.unit.test_ims_envista.TestIMSEnvista.test_get_station_info)
    719:  Test get_region_info endpoint.
    720:  ----------------------------------------------------------------------
    721:  Traceback (most recent call last):
    722:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/runners.py", line 118, in run
    723:  return self._loop.run_until_complete(task)
    724:  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
    725:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/asyncio/base_events.py", line 725, in run_until_complete
    726:  return future.result()
    727:  ~~~~~~~~~~~~~^^
    728:  File "/home/runner/work/py-ims-envista/py-ims-envista/tests/unit/test_ims_envista.py", line 26, in asyncSetUp
    729:  pytest.fail("Failed to load IMS Token")
    730:  ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    731:  File "/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/site-packages/_pytest/outcomes.py", line 178, in fail
    732:  raise Failed(msg=reason, pytrace=pytrace)
    733:  Failed: Failed to load IMS Token
    734:  ----------------------------------------------------------------------
    735:  Ran 17 tests in 0.022s
    736:  FAILED (errors=15)
    737:  ##[error]Process completed with exit code 1.
    738:  Post job cleanup.
    

    @GuyKh GuyKh merged commit 08726e0 into main Mar 31, 2025
    4 of 5 checks passed
    @GuyKh GuyKh deleted the dependabot/pip/setuptools-78.1.0 branch March 31, 2025 19:10
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    dependencies Pull requests that update a dependency file python Pull requests that update python code

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    1 participant