Marc Boissonneault created BEAM-1954:
----------------------------------------
Summary: "test" extra need nose in the requirements list
Key: BEAM-1954
URL: https://issues.apache.org/jira/browse/BEAM-1954
Project: Beam
Issue Type: Bug
Components: sdk-py
Affects Versions: 0.6.0
Reporter: Marc Boissonneault
Assignee: Ahmet Altay
Priority: Minor
When installing beam with pip:
{code}
pip install apache-beam[gcp,test]==0.6.0
{code}
And trying to use the TestPipeline:
{code}
from apache_beam.test_pipeline import TestPipeline
{code}
We receive the following error:
{panel}
from nose.plugins.skip import SkipTest
ImportError: No module named nose.plugins.skip
{panel}
Once nose is installed everything works as expected
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)