You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: