You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/11/27 21:17:00 UTC

[jira] [Work logged] (BEAM-8840) Python - do not install eggs

     [ https://issues.apache.org/jira/browse/BEAM-8840?focusedWorklogId=350677&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-350677 ]

ASF GitHub Bot logged work on BEAM-8840:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 27/Nov/19 21:16
            Start Date: 27/Nov/19 21:16
    Worklog Time Spent: 10m 
      Work Description: udim commented on pull request #10227: [BEAM-8840][BEAM-3713] Remove setup_requires, tests_require from setup.py
URL: https://github.com/apache/beam/pull/10227
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 350677)
    Remaining Estimate: 0h
            Time Spent: 10m

> Python - do not install eggs
> ----------------------------
>
>                 Key: BEAM-8840
>                 URL: https://issues.apache.org/jira/browse/BEAM-8840
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-py-core, testing
>            Reporter: Udi Meiri
>            Assignee: Udi Meiri
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> As a part of our current testing infrastructure, some packages can get installed under .eggs/. This install is racey (unlike installing via pip), and recently has become very racey with the addition of setup_requires (for pytest) and tests_require (for interactive runner).
> Removing the setup_requires and tests_require sections from setup.py should mitigate flakiness.
> See this discussion as well:
> https://lists.apache.org/thread.html/6d8b54bbb80eaf58bb3daf1887134e2f6c1a01ca349ce26c8e561085@%3Cdev.beam.apache.org%3E
> [~chadrik]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)