Skip to content

Bump pyvista from 0.45.0 to 0.45.1 in /requirements #2271

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

Bumps pyvista from 0.45.0 to 0.45.1.

Release notes

Sourced from pyvista's releases.

v0.45.1

See pyvista/pyvista#7508

Full Changelog: pyvista/pyvista@v0.45.0...v0.45.1

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 [pyvista](https://github.com/pyvista/pyvista) from 0.45.0 to 0.45.1.
- [Release notes](https://github.com/pyvista/pyvista/releases)
- [Commits](pyvista/pyvista@v0.45.0...v0.45.1)

---
updated-dependencies:
- dependency-name: pyvista
  dependency-version: 0.45.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Related to package requirements maintenance Repository structure maintenance labels May 12, 2025
Copy link

codecov bot commented May 12, 2025

❌ 88 Tests Failed:

Tests completed Failed Passed Skipped
26027 88 25939 3494
View the top 3 failed test(s) by shortest run time
tests/test_collection.py::test_connect_collection_operator[ansys-grpc-dpf-type3]
Stack Traces | 0.004s run time
server_type = <ansys.dpf.core.server_types.LegacyGrpcServer object at 0x7f007070ea40>
subtype_creator = CollectionTypeHelper(type=<class 'ansys.dpf.core.collection.GenericDataContainersCollection'>, instance_creator=<function create_dummy_gdc at 0x7f008b9e7b50>, kwargs={})

    @pytest.mark.parametrize(
        "subtype_creator",
        [
            collection_helper,
            cust_type_field_collection_helper,
            string_field_collection_helper,
            gdc_collection_helper,
        ],
        ids=[
            collection_helper.name,
            cust_type_field_collection_helper.name,
            string_field_collection_helper.name,
            gdc_collection_helper.name,
        ],
    )
    @conftest.raises_for_servers_version_under("8.1")
    def test_connect_collection_operator(server_type, subtype_creator):
>       coll = subtype_creator.type(server=server_type, **subtype_creator.kwargs)

tests/test_collection.py:202: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
..../test-api/lib/python3.10.../dpf/core/collection.py:128: in __init__
    BaseClass.__init__(self, **kwargs)
..../test-api/lib/python3.10.../dpf/core/collection.py:68: in __init__
    self._internal_obj = self._api.collection_of_any_new_on_client(self._server.client)
..../test-api/lib/python3.10.../dpf/gate/errors.py:38: in wrapper
    out = func(*args, **kwargs)
..../test-api/lib/python3.10.../dpf/gate/collection_grpcapi.py:77: in collection_of_any_new_on_client
    return CollectionGRPCAPI.collection_new_on_client(client, base_pb2.Type.Value("ANY"))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

args = (<ansys.dpf.core.server_types.LegacyGrpcServer object at 0x7f007070ea40>, 15)
kwargs = {}, _InactiveRpcError = <class 'grpc._channel._InactiveRpcError'>
_MultiThreadedRendezvous = <class 'grpc._channel._MultiThreadedRendezvous'>
details = 'failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:50057: Failed to connect to remote host: Timeout occurred: FD Shutdown'

    @wraps(func)
    def wrapper(*args, **kwargs):
        """Capture gRPC exceptions."""
        from grpc._channel import _InactiveRpcError, _MultiThreadedRendezvous
        try:
            out = func(*args, **kwargs)
        except (_InactiveRpcError, _MultiThreadedRendezvous) as error:
            details = error.details()
            if "object is null in the dataBase" in details:
                raise DPFServerNullObject(details) from None
            elif "Unable to open the following file" in details:
                raise DPFServerException(
                    "The result file could not be found or could not be opened, the server raised an error message: \n" + details) from None
>           raise DPFServerException(details) from None
E           ansys.dpf.gate.errors.DPFServerException: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:50057: Failed to connect to remote host: Timeout occurred: FD Shutdown

..../test-api/lib/python3.10.../dpf/gate/errors.py:46: DPFServerException
tests/test_datasources.py::test_print_data_sources[ansys-grpc-dpf]
Stack Traces | 0.004s run time
allkindofcomplexity = '.../pydpf-core/pydpf-core/.tox.../test-api/lib/python3.10.../result_files/testing/allKindOfComplexity.rst'
server_type = <ansys.dpf.core.server_types.LegacyGrpcServer object at 0x7f007070ea40>

    def test_print_data_sources(allkindofcomplexity, server_type):
>       data_sources = dpf.core.DataSources(server=server_type)

tests/test_datasources.py:127: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
.tox.../test-api/lib/python3.10.../dpf/core/data_sources.py:125: in __init__
    self._internal_obj = self._api.data_sources_new_on_client(self._server.client)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

args = (<ansys.dpf.core.server_types.LegacyGrpcServer object at 0x7f007070ea40>,)
kwargs = {}, _InactiveRpcError = <class 'grpc._channel._InactiveRpcError'>
_MultiThreadedRendezvous = <class 'grpc._channel._MultiThreadedRendezvous'>
details = 'failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:50057: Failed to connect to remote host: Timeout occurred: FD Shutdown'

    @wraps(func)
    def wrapper(*args, **kwargs):
        """Capture gRPC exceptions."""
        from grpc._channel import _InactiveRpcError, _MultiThreadedRendezvous
        try:
            out = func(*args, **kwargs)
        except (_InactiveRpcError, _MultiThreadedRendezvous) as error:
            details = error.details()
            if "object is null in the dataBase" in details:
                raise DPFServerNullObject(details) from None
            elif "Unable to open the following file" in details:
                raise DPFServerException(
                    "The result file could not be found or could not be opened, the server raised an error message: \n" + details) from None
>           raise DPFServerException(details) from None
E           ansys.dpf.gate.errors.DPFServerException: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:50057: Failed to connect to remote host: Timeout occurred: FD Shutdown

.tox.../test-api/lib/python3.10.../dpf/gate/errors.py:46: DPFServerException
tests/test_datasources.py::test_several_result_path_data_sources[ansys-grpc-dpf]
Stack Traces | 0.004s run time
server_type = <ansys.dpf.core.server_types.LegacyGrpcServer object at 0x7f007070ea40>

    @pytest.mark.skipif(
        not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_4_0,
        reason="Bug in server version lower than 4.0",
    )
    def test_several_result_path_data_sources(server_type):
>       data_sources = dpf.core.DataSources(server=server_type)

tests/test_datasources.py:146: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
..../test-api/lib/python3.10.../dpf/core/data_sources.py:125: in __init__
    self._internal_obj = self._api.data_sources_new_on_client(self._server.client)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

args = (<ansys.dpf.core.server_types.LegacyGrpcServer object at 0x7f007070ea40>,)
kwargs = {}, _InactiveRpcError = <class 'grpc._channel._InactiveRpcError'>
_MultiThreadedRendezvous = <class 'grpc._channel._MultiThreadedRendezvous'>
details = 'failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:50057: Failed to connect to remote host: Timeout occurred: FD Shutdown'

    @wraps(func)
    def wrapper(*args, **kwargs):
        """Capture gRPC exceptions."""
        from grpc._channel import _InactiveRpcError, _MultiThreadedRendezvous
        try:
            out = func(*args, **kwargs)
        except (_InactiveRpcError, _MultiThreadedRendezvous) as error:
            details = error.details()
            if "object is null in the dataBase" in details:
                raise DPFServerNullObject(details) from None
            elif "Unable to open the following file" in details:
                raise DPFServerException(
                    "The result file could not be found or could not be opened, the server raised an error message: \n" + details) from None
>           raise DPFServerException(details) from None
E           ansys.dpf.gate.errors.DPFServerException: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:50057: Failed to connect to remote host: Timeout occurred: FD Shutdown

..../test-api/lib/python3.10.../dpf/gate/errors.py:46: DPFServerException

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to package requirements maintenance Repository structure maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant