You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Pablo Estrada (JIRA)" <ji...@apache.org> on 2018/07/20 17:16:00 UTC

[jira] [Resolved] (BEAM-1954) "test" extra need nose in the requirements list

     [ https://issues.apache.org/jira/browse/BEAM-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pablo Estrada resolved BEAM-1954.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

Resolving this, as nose is now installed with test requirements.

> "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-core
>    Affects Versions: 0.6.0
>            Reporter: Marc Boissonneault
>            Assignee: Ahmet Altay
>            Priority: Minor
>              Labels: newbie
>             Fix For: 2.0.0
>
>
> 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
> See: https://github.com/apache/beam/blob/master/sdks/python/setup.py#L100-L102



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)