testing-cabal / linecache2

Backport of the Python stdlib linecache module
1 stars 5 forks source link

Dependency cycle makes packaging for traditional distributions impossible #11

Open cwebber opened 8 years ago

cwebber commented 8 years ago

(... Not to mention that dependency cycles are unwise!)

unittest2 depends on traceback2 which depends on linecache2 which depends on unittest2!

Somebody's gotta break the cycle!