Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Strategy of dependencies in Python packages

4 views
Skip to first unread message

Henrik Skupin

unread,
May 17, 2013, 9:29:01 AM5/17/13
to to...@lists.mozilla.org
Hi all,

>From various projects including mozbase I know that we have hard
dependencies between different packages. Some days ago I stumbled over
the following article from Tarek Ziade:

http://blog.ziade.org/2013/04/13/declaring-dependencies-in-python/

So is that something which we should consider? It's kinda helpful if you
want to run your tool with a newer version of a library to proof its
functionality.

What do you think?

--
Henrik Skupin
Software Engineer in Test
Mozilla Corporation

William Lachance

unread,
May 21, 2013, 12:44:18 PM5/21/13
to mozill...@lists.mozilla.org
On 05/17/2013 09:29 AM, Henrik Skupin wrote:
> Hi all,
>
>>From various projects including mozbase I know that we have hard
> dependencies between different packages. Some days ago I stumbled over
> the following article from Tarek Ziade:
>
> http://blog.ziade.org/2013/04/13/declaring-dependencies-in-python/
>
> So is that something which we should consider? It's kinda helpful if you
> want to run your tool with a newer version of a library to proof its
> functionality.
>
> What do you think?

I'm not sure if I entirely understand. What's stopping you from doing
that (running a tool with a newer library version) right now? Could you
describe the workflow that you want to enable for one of your projects
with this versioning scheme?

Will

0 new messages