Skip to content

build(deps): bump setuptools from 76.0.0 to 78.0.1#101

Merged
GuyKh merged 1 commit intomainfrom
dependabot/pip/setuptools-78.0.1
Mar 25, 2025
Merged

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps setuptools from 76.0.0 to 78.0.1.

Changelog

Sourced from setuptools's changelog.

v78.0.1

Misc

v78.0.0

Bugfixes

  • Reverted distutils changes that broke the monkey patching of command classes. (#4902)

Deprecations and Removals

  • Setuptools no longer accepts options containing uppercase or dash characters in setup.cfg. Please ensure to write the options in setup.cfg using the :wiki:lower_snake_case <Snake_case> convention (e.g. Name => name, install-requires => install_requires). This is a follow-up on deprecations introduced in v54.1.0 <https://setuptools.pypa.io/en/latest/history.html#v54-1-0>_ (see #1608) and v54.1.1 <https://setuptools.pypa.io/en/latest/history.html#v54-1-1>_ (see #2592).

    .. note:: This change does not affect configurations in pyproject.toml (which uses the :wiki:lower-kebab-case <Letter_case#Kebab_case> convention following the precedent set in :pep:517/:pep:518). (#4870)

Misc

v77.0.3

Bugfixes

  • Temporarily convert error for license glob patterns containing ../ into a deprecation warning to allow an accomodation period. (#4896)
  • Better error messages for packaging.licenses import errors in environments with packaging<24.2. The import statement was also deferred to spare users that are not using license expressions. (#4898)

... (truncated)

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 76.0.0 to 78.0.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v76.0.0...v78.0.1)

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

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 24, 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".

The issue occurs in the asyncSetUp method at line 26 in
/home/runner/work/py-ims-envista/py-ims-envista/tests/unit/test_ims_envista.py, where the code
explicitly fails when it cannot load the IMS token.

Looking at the environment variables in the log (lines 469-476), the IMS_TOKEN environment variable
appears to be empty, which is likely causing the tests to fail.

Relevant error logs:
1:  ##[group]Operating System
2:  Ubuntu
...

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

@GuyKh GuyKh merged commit 2b9bf79 into main Mar 25, 2025
4 of 5 checks passed
@GuyKh GuyKh deleted the dependabot/pip/setuptools-78.0.1 branch March 25, 2025 07:06
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