Marc Garcia

Results 217 comments of Marc Garcia

Thanks @GSAUC3 for the PR. Is there and issue, or has there been any discussion about this elsewhere?

pre-commit should run automatically if it's set up to work as intended. You have all the information on how to set up the development environment, run tests... in the development...

> Hi, @datapythonista, this part of the error messages tells, us that searchsorted method should fail, but it is passing, am i correct? Yes, that's correct. I guess we have...

The error only happens in Python 3.13, seems like your runs use the 3.12 environment. In the pandas CI this is failing around 50% of the times for the 3.13...

Tried with `-vvv`, but it doesn't seem to provide much information, almost all time is spend just before listing the solutions (no traces during the long "pause" in the execution:...

Thanks, I'll try to have a look. For now, I found that `boto3` and `s3fs` are the packages that seem to cause the problem . `boto3` has hundreds of releases,...

See https://github.com/pandas-dev/pandas/pull/61594