airspeed-velocity / asv

Airspeed Velocity: A simple Python benchmarking tool with web-based reporting
https://asv.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
845 stars 177 forks source link

[Bug] Fix deprecation of --force in conda for conda versions >= 24.3.0 #1403

Closed h-mayorquin closed 1 month ago

h-mayorquin commented 1 month ago

The option to use --force to create environment was deprecated from conda:

https://conda.io/projects/conda/en/latest/release-notes.html#id8

This patch works for me. Let me know if it needs any additions for this to move forward.

h-mayorquin commented 1 month ago

Ah, I see this is addressed on:

1397

But without backwards compatbility

h-mayorquin commented 1 month ago

@HaoZeke Added them.

HaoZeke commented 1 month ago

Thanks @h-mayorquin

h-mayorquin commented 1 month ago

@HaoZeke thanks to you for working on this project!