Skip to content

toolz.functoolz is not vendored #12015

@kenodegard

Description

@kenodegard

What happened?

The following import from the vendored toolz is wrong

try:
from tlz.functoolz import excepts
except ImportError:
from conda._vendor.toolz.functoolz import excepts

The excepts wrapper is just reimplemented in conda/_vendor/toolz/__init__.py.

Tasks

Metadata

Metadata

Labels

in-progressissue is actively being worked onlocked[bot] locked due to inactivityseverity::1blocker; broken functionality with no workaroundsource::anacondacreated by members of Anaconda, Inc.type::bugdescribes erroneous operation, use severity::* to classify the type

Type

No type

Projects

Status

🏁 Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions