Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Fix scripttest module bootstrap problem with self_test.py #16

Open
franklin42 opened this issue Jun 7, 2010 · 0 comments
Open

Fix scripttest module bootstrap problem with self_test.py #16

franklin42 opened this issue Jun 7, 2010 · 0 comments

Comments

@franklin42
Copy link

self_test.py has some code to install the scripttest package using
pip. However, self_test.py imports from pkgtest, which in turn
imports from scripttest, failing before it can actually do the
install. One must manually 'pip install scripttest' to get self_test.py to work.

Only a few things from scripttest are used by pkgtest. Those should be factored out into a separate module.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant