pure_eval icon indicating copy to clipboard operation
pure_eval copied to clipboard

0.2.2: SyntaxWarning: list indices must be integers or slices, not tuple

Open mtelka opened this issue 2 years ago • 0 comments

Testing reports the following warning with Python 3.9.16:

tests/test_core.py::test_cannot_subscript[[1][:,:]]
  <string>:1: SyntaxWarning: list indices must be integers or slices, not tuple; perhaps you missed a comma?

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html

mtelka avatar Feb 25 '23 23:02 mtelka