'No tests collected' running 'mach python-test' in Python 3
Categories
(Testing :: General, defect, P3)
Tracking
(Not tracked)
People
(Reporter: saschanaz, Assigned: gbrown)
Details
(Whiteboard: dev-prod-2020)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
./mach python-test --python 3.6 python/mach
./mach python-test --python 3.6 testing/mozbase/manifestparser
Actual results:
running build_ext
copying build/lib.linux-x86_64-3.6/psutil/_psutil_linux.cpython-36m-x86_64-linux-gnu.so -> psutil
copying build/lib.linux-x86_64-3.6/psutil/_psutil_posix.cpython-36m-x86_64-linux-gnu.so -> psutil
Error processing command. Ignoring because optional. (optional:packages.txt:comm/build/virtualenv_packages.txt)
0:14.83 TEST-UNEXPECTED-FAIL | No tests collected (Not in PYTHON_UNITTEST_MANIFESTS?)
Expected results:
Tests should run as in Python 2.7
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
These work for me now (python 3.6 on Ubuntu 18.04). Please re-open if you are still having trouble.
Description
•