Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 369 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 369 Bytes

setuptools-namespaces

Reproducing a bug

This is, I think, a corner case triggering a bug in setuptools related to namespace packages.

Run ./makeit.sh to see it break on py35

The bug can be bypassed in two ways:

  • by chdir-ing out of nspace-two directory before you run the imports
  • by commenting out the "import pkg_resources" in nspace-two/nspace/two/stuff.py