Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python -m psutil.tests doesn't work #1151

Closed
giampaolo opened this issue Oct 20, 2017 · 0 comments
Closed

python -m psutil.tests doesn't work #1151

giampaolo opened this issue Oct 20, 2017 · 0 comments

Comments

@giampaolo
Copy link
Owner

~/svn/psutil {master}$ python -m psutil.tests
Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/home/giampaolo/svn/psutil/psutil/tests/__main__.py", line 96, in <module>
    main()
  File "/home/giampaolo/svn/psutil/psutil/tests/__main__.py", line 93, in main
    run_suite()
  File "psutil/tests/__init__.py", line 764, in run_suite
    _setup_tests()
  File "psutil/tests/__init__.py", line 747, in _setup_tests
    assert 'PSUTIL_TESTING' in os.environ
AssertionError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant