[
https://issues.apache.org/jira/browse/AVRO-311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12917689#action_12917689
]
Doug Cutting commented on AVRO-311:
-----------------------------------
I'm fine with switching to nose if folks prefer it. However when I apply this
patch, after installing nose (on ubuntu, with 'sudo apt-get install
python-nose') test fail with:
{code}
test:
[exec] /usr/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown
distribution option: 'install_requires'
[exec] warnings.warn(msg)
[exec] /usr/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown
distribution option: 'test_suite'
[exec] warnings.warn(msg)
[exec] usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts]
...]
[exec] or: setup.py --help [cmd1 cmd2 ...]
[exec] or: setup.py --help-commands
[exec] or: setup.py cmd --help
[exec]
[exec] error: invalid command 'nosetests'
{code}
The 'nosetests' executable is on my path, and running it directly also fails,
but with different messages.
> Run Python tests with nose
> --------------------------
>
> Key: AVRO-311
> URL: https://issues.apache.org/jira/browse/AVRO-311
> Project: Avro
> Issue Type: Improvement
> Components: build, python
> Reporter: Jeff Hammerbacher
> Attachments: AVRO-311.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.