Closed saimn closed 10 years ago
Oh, thank you for reporting this, I wasn't really aware of it.
Actually, if you look into the project history, you'll see that once the tests were inside radon/
, but I took them out because there were some problems with tox. I think I can solve it now and put them inside radon/
again.
I cannot remove them from the tarball because then tox won't find them and won't be able to execute them.
I've released a new version on PyPI (0.5.3)
Thanks !
Hi, as your tests directory is included in the distributed tarball as a top-level package, it is installed in python's site-packages (which can cause conflicts with other packages doing the same thing):
One option would be to exclude it from the distributed tarball, and the other option is to move it to
radon.tests
.