[jira] [Commented] (ARROW-2050) Support `setup.py pytest` to automatically fetch the test dependencies

2018-02-02 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16350051#comment-16350051
 ] 

ASF GitHub Bot commented on ARROW-2050:
---

xhochy closed pull request #1527: ARROW-2050: [Python] Support `setup.py pytest`
URL: https://github.com/apache/arrow/pull/1527
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/python/setup.py b/python/setup.py
index cfc771fe8..726bb51f2 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -447,9 +447,9 @@ def parse_version(root):
 ]
 },
 use_scm_version={"root": "..", "relative_to": __file__, "parse": 
parse_version},
-setup_requires=['setuptools_scm', 'cython >= 0.23'],
+setup_requires=['setuptools_scm', 'cython >= 0.23', 'pytest-runner'],
 install_requires=install_requires,
-tests_require=['pytest'],
+tests_require=['pytest', 'pandas'],
 description="Python library for Apache Arrow",
 long_description=long_description,
 classifiers=[


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Support `setup.py pytest` to automatically fetch the test dependencies
> --
>
> Key: ARROW-2050
> URL: https://issues.apache.org/jira/browse/ARROW-2050
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Affects Versions: 0.8.0
>Reporter: Moriyoshi Koizumi
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 0.9.0
>
>
> By using `pytest-runner`, the test dependencies can automatically be fetched 
> before running test suite.
> I am going to create the corresponding PR.



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


[jira] [Commented] (ARROW-2050) Support `setup.py pytest` to automatically fetch the test dependencies

2018-02-01 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16349057#comment-16349057
 ] 

ASF GitHub Bot commented on ARROW-2050:
---

xhochy commented on issue #1527: ARROW-2050: [Python] Support `setup.py pytest`
URL: https://github.com/apache/arrow/pull/1527#issuecomment-362357858
 
 
   Rebased, waiting for the build to succed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Support `setup.py pytest` to automatically fetch the test dependencies
> --
>
> Key: ARROW-2050
> URL: https://issues.apache.org/jira/browse/ARROW-2050
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Affects Versions: 0.8.0
>Reporter: Moriyoshi Koizumi
>Priority: Minor
>  Labels: pull-request-available
>
> By using `pytest-runner`, the test dependencies can automatically be fetched 
> before running test suite.
> I am going to create the corresponding PR.



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


[jira] [Commented] (ARROW-2050) Support `setup.py pytest` to automatically fetch the test dependencies

2018-01-30 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16345791#comment-16345791
 ] 

ASF GitHub Bot commented on ARROW-2050:
---

cpcloud commented on issue #1527: ARROW-2050: [Python] Support `setup.py pytest`
URL: https://github.com/apache/arrow/pull/1527#issuecomment-361730823
 
 
   @moriyoshi Ah probably this: 
https://github.com/apache/arrow/pull/1517#issuecomment-361725325


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Support `setup.py pytest` to automatically fetch the test dependencies
> --
>
> Key: ARROW-2050
> URL: https://issues.apache.org/jira/browse/ARROW-2050
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Affects Versions: 0.8.0
>Reporter: Moriyoshi Koizumi
>Priority: Minor
>  Labels: pull-request-available
>
> By using `pytest-runner`, the test dependencies can automatically be fetched 
> before running test suite.
> I am going to create the corresponding PR.



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


[jira] [Commented] (ARROW-2050) Support `setup.py pytest` to automatically fetch the test dependencies

2018-01-30 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16345783#comment-16345783
 ] 

ASF GitHub Bot commented on ARROW-2050:
---

cpcloud commented on issue #1527: ARROW-2050: [Python] Support `setup.py pytest`
URL: https://github.com/apache/arrow/pull/1527#issuecomment-361730141
 
 
   Can you rebase and push again? It's not clear how these changes are causing 
a linting failure in C++


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Support `setup.py pytest` to automatically fetch the test dependencies
> --
>
> Key: ARROW-2050
> URL: https://issues.apache.org/jira/browse/ARROW-2050
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Affects Versions: 0.8.0
>Reporter: Moriyoshi Koizumi
>Priority: Minor
>  Labels: pull-request-available
>
> By using `pytest-runner`, the test dependencies can automatically be fetched 
> before running test suite.
> I am going to create the corresponding PR.



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


[jira] [Commented] (ARROW-2050) Support `setup.py pytest` to automatically fetch the test dependencies

2018-01-28 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16342656#comment-16342656
 ] 

ASF GitHub Bot commented on ARROW-2050:
---

moriyoshi opened a new pull request #1527: ARROW-2050: [Python] Support 
`setup.py pytest`
URL: https://github.com/apache/arrow/pull/1527
 
 
   * By using `pytest-runner`, the test dependencies can automatically be 
fetched before running test suite.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Support `setup.py pytest` to automatically fetch the test dependencies
> --
>
> Key: ARROW-2050
> URL: https://issues.apache.org/jira/browse/ARROW-2050
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Affects Versions: 0.8.0
>Reporter: Moriyoshi Koizumi
>Priority: Minor
>  Labels: pull-request-available
>
> By using `pytest-runner`, the test dependencies can automatically be fetched 
> before running test suite.
> I am going to create the corresponding PR.



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