[jira] [Commented] (BEAM-1496) pysdk's sideinputs_test requires nose, but not installed by default

2017-02-15 Thread Younghee Kwon (JIRA)

[ 
https://issues.apache.org/jira/browse/BEAM-1496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15869200#comment-15869200
 ] 

Younghee Kwon commented on BEAM-1496:
-

I see; sorry for the noise. I thought it might have broken the automated tests, 
but I confirmed that travis-ci passes.

Closing..

> pysdk's sideinputs_test requires nose, but not installed by default
> ---
>
> Key: BEAM-1496
> URL: https://issues.apache.org/jira/browse/BEAM-1496
> Project: Beam
>  Issue Type: Bug
>  Components: sdk-py
>Reporter: Younghee Kwon
>Assignee: Ahmet Altay
>Priority: Minor
>
> $ PYTHONPATH= python -m apache_beam.transforms.sideinputs_test
>  
> No handlers could be found for logger "oauth2client.contrib.multistore_file"
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
> "__main__", fname, loader, pkg_name)
>   File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
> exec code in run_globals
>   File 
> "/usr/local/google/home/youngheek/work/github/beam3/sdks/python/apache_beam/transforms/sideinputs_test.py",
>  line 23, in 
> from nose.plugins.attrib import attr
> ImportError: No module named nose.plugins.attrib



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (BEAM-1496) pysdk's sideinputs_test requires nose, but not installed by default

2017-02-15 Thread Ahmet Altay (JIRA)

[ 
https://issues.apache.org/jira/browse/BEAM-1496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15869046#comment-15869046
 ] 

Ahmet Altay commented on BEAM-1496:
---

We do not want to add test specific dependencies to the requirements in 
general. Tox will install nose before running tests.

If you want to run a single test, then you need to install it manually.

> pysdk's sideinputs_test requires nose, but not installed by default
> ---
>
> Key: BEAM-1496
> URL: https://issues.apache.org/jira/browse/BEAM-1496
> Project: Beam
>  Issue Type: Bug
>  Components: sdk-py
>Reporter: Younghee Kwon
>Assignee: Ahmet Altay
>Priority: Minor
>
> $ PYTHONPATH= python -m apache_beam.transforms.sideinputs_test
>  
> No handlers could be found for logger "oauth2client.contrib.multistore_file"
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
> "__main__", fname, loader, pkg_name)
>   File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
> exec code in run_globals
>   File 
> "/usr/local/google/home/youngheek/work/github/beam3/sdks/python/apache_beam/transforms/sideinputs_test.py",
>  line 23, in 
> from nose.plugins.attrib import attr
> ImportError: No module named nose.plugins.attrib



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (BEAM-1496) pysdk's sideinputs_test requires nose, but not installed by default

2017-02-15 Thread Younghee Kwon (JIRA)

[ 
https://issues.apache.org/jira/browse/BEAM-1496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15868926#comment-15868926
 ] 

Younghee Kwon commented on BEAM-1496:
-

I could add nose to setup.py, but the notice in the site discourages me..
https://nose.readthedocs.io/en/latest/

Note to Users

Nose has been in maintenance mode for the past several years and will likely 
cease without a new person/team to take over maintainership. New projects 
should consider using Nose2, py.test, or just plain unittest/unittest2.



> pysdk's sideinputs_test requires nose, but not installed by default
> ---
>
> Key: BEAM-1496
> URL: https://issues.apache.org/jira/browse/BEAM-1496
> Project: Beam
>  Issue Type: Bug
>  Components: sdk-py
>Reporter: Younghee Kwon
>Assignee: Ahmet Altay
>Priority: Minor
>
> $ PYTHONPATH= python -m apache_beam.transforms.sideinputs_test
>  
> No handlers could be found for logger "oauth2client.contrib.multistore_file"
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
> "__main__", fname, loader, pkg_name)
>   File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
> exec code in run_globals
>   File 
> "/usr/local/google/home/youngheek/work/github/beam3/sdks/python/apache_beam/transforms/sideinputs_test.py",
>  line 23, in 
> from nose.plugins.attrib import attr
> ImportError: No module named nose.plugins.attrib



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)