#409: make test does not work ----------------------+------------------------- Reporter: mkrizek | Owner: tflink Type: defect | Status: new Priority: critical | Milestone: Hot issues Component: core | Resolution: Keywords: | Blocked By: Blocking: | ----------------------+-------------------------
Comment (by tflink):
I was wondering when this was going to break. There have been some changes in pip and virtualenv that make the runtests.sh script not work anymore. * pip -E doesn't work any more * virtualenv does --no-site-packages by default now (not shown in this error message)
I can fix the script so that it works again but this was originally a workaround for the lack of recent py.test in the fedora repos (fixed in F16+). I'd like to change the setup so that it isn't quite so dirty-hacky but I'm also thinking that it would be better to wait for that until after we figure out what's going on with the test/lib decoupling that's been proposed.
Unless there are objections, I'm going to fix the hacky-script for now and file a new ticket to get rid of the stupid thing.