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

make test is broken on Windows #1172

Closed
giampaolo opened this issue Nov 11, 2017 · 1 comment
Closed

make test is broken on Windows #1172

giampaolo opened this issue Nov 11, 2017 · 1 comment

Comments

@giampaolo
Copy link
Owner

giampaolo commented Nov 11, 2017

Same for python -m psutil.tests.

$ make test
...
cmd: C:\Python27\python.exe -Wa psutil\tests\__main__.py
Traceback (most recent call last):
  File "psutil\tests\__main__.py", line 96, in <module>
    main()
  File "psutil\tests\__main__.py", line 93, in main
    run_suite()
  File "c:\users\user\desktop\psutil\psutil\tests\__init__.py", line 773, in run_suite
    _setup_tests()
  File "c:\users\user\desktop\psutil\psutil\tests\__init__.py", line 757, in _setup_tests
    assert psutil._psplatform.cext.py_psutil_testing()
AssertionError
@giampaolo
Copy link
Owner Author

Fixed in 0662915

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