Skip to content

Bump ansys-sphinx-theme==1.4.4 doc dependency #2289

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

PProfizi
Copy link
Contributor

No description provided.

@PProfizi PProfizi self-assigned this May 16, 2025
@PProfizi PProfizi added maintenance Repository structure maintenance dependencies Related to package requirements labels May 16, 2025
Copy link

codecov bot commented May 16, 2025

❌ Unsupported file format

Upload processing failed due to unsupported file format. Please review the parser error message:

Error deserializing json

Caused by:
    expected value at line 1 column 1

For more help, visit our troubleshooting guide.


❌ 4 Tests Failed:

Tests completed Failed Passed Skipped
26430 4 26426 3526
View the top 3 failed test(s) by shortest run time
src.ansys.dpf.core.dpf_operator::core.dpf_operator.Operator._add_sub_res_operators
Stack Traces | 0.134s run time
191 
192         Subresults for new operators are connected to the parent
193         operator's inputs when created but are then completely
194         independent of them.
195 
196         Examples
197         --------
198         >>> from ansys.dpf.core import Model
199         >>> from ansys.dpf.core import examples
200         >>> model = Model(examples.find_static_rst())
UNEXPECTED EXCEPTION: <HTTPError 429: 'Too Many Requests'>
Traceback (most recent call last):
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/doctest.py", line 1350, in __run
    exec(compile(example.source, filename, "single",
  File "<doctest core.dpf_operator.Operator._add_sub_res_operators[2]>", line 1, in <module>
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10.../core/examples/downloads.py", line 1711, in find_static_rst
    return _download_file("result_files", "static.rst", should_upload, server, return_local_path)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10.../core/examples/downloads.py", line 115, in _download_file
    local_path = _retrieve_file(url, filename, directory)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10.../core/examples/downloads.py", line 109, in _retrieve_file
    _, resp = urlretrieve(url, local_path)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 525, in open
    response = meth(req, response)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 634, in http_response
    response = self.parent.error(
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 557, in error
    result = self._call_chain(*args)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 496, in _call_chain
    result = func(*args)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 749, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 525, in open
    response = meth(req, response)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 634, in http_response
    response = self.parent.error(
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 563, in error
    return self._call_chain(*args)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 496, in _call_chain
    result = func(*args)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 643, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: Too Many Requests
.../dpf/core/dpf_operator.py:200: UnexpectedException
src.ansys.dpf.core.dpf_operator::core.dpf_operator.Operator
Stack Traces | 0.21s run time
106     Create an operator from the library of operators.
107 
108     >>> from ansys.dpf import core as dpf
109     >>> disp_oper = dpf.operators.result.displacement()
110 
111     Create an operator from a model.
112 
113     >>> from ansys.dpf.core import Model
114     >>> from ansys.dpf.core import examples
115     >>> model = Model(examples.find_static_rst())
UNEXPECTED EXCEPTION: <HTTPError 429: 'Too Many Requests'>
Traceback (most recent call last):
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/doctest.py", line 1350, in __run
    exec(compile(example.source, filename, "single",
  File "<doctest core.dpf_operator.Operator[4]>", line 1, in <module>
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10.../core/examples/downloads.py", line 1711, in find_static_rst
    return _download_file("result_files", "static.rst", should_upload, server, return_local_path)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10.../core/examples/downloads.py", line 115, in _download_file
    local_path = _retrieve_file(url, filename, directory)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10.../core/examples/downloads.py", line 109, in _retrieve_file
    _, resp = urlretrieve(url, local_path)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 525, in open
    response = meth(req, response)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 634, in http_response
    response = self.parent.error(
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 557, in error
    result = self._call_chain(*args)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 496, in _call_chain
    result = func(*args)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 749, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 525, in open
    response = meth(req, response)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 634, in http_response
    response = self.parent.error(
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 563, in error
    return self._call_chain(*args)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 496, in _call_chain
    result = func(*args)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 643, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: Too Many Requests
.../dpf/core/dpf_operator.py:115: UnexpectedException
src.ansys.dpf.core.plotter::core.plotter.DpfPlotter.add_streamlines
Stack Traces | 0.214s run time
577             avoid throwing if computed streamlines are empty. See
578             ``Examples`` section for more information.
579 
580         Examples
581         --------
582         >>> from ansys.dpf import core as dpf
583         >>> from ansys.dpf.core import examples
584         >>> from ansys.dpf.core.helpers.streamlines import compute_streamlines
585         >>> # Get model and meshed region
586         >>> files = examples.download_fluent_mixing_elbow_steady_state()
UNEXPECTED EXCEPTION: <HTTPError 429: 'Too Many Requests'>
Traceback (most recent call last):
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/doctest.py", line 1350, in __run
    exec(compile(example.source, filename, "single",
  File "<doctest core.plotter.DpfPlotter.add_streamlines[3]>", line 1, in <module>
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10.../core/examples/downloads.py", line 1355, in download_fluent_mixing_elbow_steady_state
    "flprj": _download_file(
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10.../core/examples/downloads.py", line 115, in _download_file
    local_path = _retrieve_file(url, filename, directory)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10.../core/examples/downloads.py", line 109, in _retrieve_file
    _, resp = urlretrieve(url, local_path)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 525, in open
    response = meth(req, response)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 634, in http_response
    response = self.parent.error(
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 557, in error
    result = self._call_chain(*args)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 496, in _call_chain
    result = func(*args)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 749, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 525, in open
    response = meth(req, response)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 634, in http_response
    response = self.parent.error(
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 563, in error
    return self._call_chain(*args)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 496, in _call_chain
    result = func(*args)
  File ".../hostedtoolcache/Python/3.10.17................................................/x64/lib/python3.10/urllib/request.py", line 643, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 429: Too Many Requests
.../dpf/core/plotter.py:586: UnexpectedException

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.

2 participants