Can anyone else run the following from the command...
# general
a
Can anyone else run the following from the command line?
Copy code
./pants clean-all test contrib/scalajs/tests/python/pants_test::
For me it fails with:
Copy code
09:40:03 00:01     [pytest]
09:40:03 00:01       [run]
                     
09:40:03 00:01         [chroot]============== test session starts ===============
                     platform darwin -- Python 2.7.10 -- py-1.4.31 -- pytest-2.6.4
                     plugins: cov, timeout
                     collected 0 items / 1 errors 
                     
                     ===================== ERRORS =====================
                      ERROR collecting contrib/scalajs/tests/python/pants_test/contrib/scalajs/tasks/test_scalajs_repl_integration.py 
                     .pants.d/python-setup/chroots/c68fefe8ee0737031c479841d01c2191429e7df8/.deps/py-1.4.31-py2.py3-none-any.whl/py/_path/local.py:650: in pyimport
                         __import__(modname)
                     E   ImportError: No module named contrib.scalajs.tasks.test_scalajs_repl_integration
                     ============ 1 error in 0.03 seconds =============