Skip to content
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

Traceback related to run parameters over CI #22178

Closed
dalthviz opened this issue Jun 18, 2024 · 0 comments · Fixed by #22232
Closed

Traceback related to run parameters over CI #22178

dalthviz opened this issue Jun 18, 2024 · 0 comments · Fixed by #22232

Comments

@dalthviz
Copy link
Member

Problem Description

Seems like there are some errors related with the run parameters that are being triggered over the CI. See https://github.com/spyder-ide/spyder/actions/runs/9572012852/job/26392060142#step:14:1478

Paste Traceback/Error Below (if applicable)

As an example, the traceback/error that is visible and its triggered on the spyder/app/tests/test_mainwindow.py::test_get_help_ipython_console_dot_notation is the following:

_______ ERROR at teardown of test_get_help_ipython_console_dot_notation _______
TEARDOWN ERROR: Exceptions caught in Qt event loop:
________________________________________________________________________________
Traceback (most recent call last):
  File "D:\a\spyder\spyder\spyder\plugins\run\container.py", line 214, in run_file
    self.edit_run_configurations(
  File "D:\a\spyder\spyder\spyder\plugins\run\container.py", line 244, in edit_run_configurations
    self.dialog.run_btn_clicked()
  File "D:\a\spyder\spyder\spyder\plugins\run\widgets.py", line 888, in run_btn_clicked
    self.accept()
  File "D:\a\spyder\spyder\spyder\plugins\run\widgets.py", line 942, in accept
    params = self.parameter_model.get_parameters(current_index)
  File "D:\a\spyder\spyder\spyder\plugins\run\models.py", line 300, in get_parameters
    params_id = self.params_index[index]
KeyError: -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants