anaconda / anaconda-project

Tool for encapsulating, running, and reproducing data science projects
https://anaconda-project.readthedocs.io/en/latest/
Other
216 stars 88 forks source link

[BUG] tests failing with certain packages and subdirs #360

Open AlbertDeFusco opened 2 years ago

AlbertDeFusco commented 2 years ago

I've noticed that some of the slow tests (those that do real conda installs) now hang. This has been happening rather recently. Here's one that absolutely hangs on several versions of Conda. Other subdirs are fine. It may be time to modernize many of these tests. Not long ago I was running tests against Python 3.9 and noticed some oddities so that may also help shake out these problems.

CONDA_SUBDIR=win-64 conda create -v -n tmp --dry-run bokeh=0.12.7

cc: @mforbes