On Wed, 8 May 2013 06:56:36 +0900 (JST) [email protected] (YAMAMOTO Takashi) wrote:
> hi, > > > Signed-off-by: FUJITA Tomonori <[email protected]> > > --- > > tools/test-requires | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/tools/test-requires b/tools/test-requires > > index 6f21bff..ebbb1fa 100644 > > --- a/tools/test-requires > > +++ b/tools/test-requires > > @@ -1,3 +1,4 @@ > > +eventlet > > is this necessary in addition to pip-requires? Oops, right. I got an error due to the old virtual env. = >From 5fee64db846525704dfc7f91c118ad58996785e0 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori <[email protected]> Date: Thu, 9 May 2013 08:47:10 -0700 Subject: [PATCH] Revert "add eventlet to test requirement" This reverts commit e93a3f2d99133422e51fbd531dd58052e8e261a3. --- tools/test-requires | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/test-requires b/tools/test-requires index ebbb1fa..6f21bff 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -1,4 +1,3 @@ -eventlet coverage nose pep8 -- 1.7.12.4 (Apple Git-37) ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. This 200-page book is written by three acclaimed leaders in the field. The early access version is available now. Download your free book today! http://p.sf.net/sfu/neotech_d2d_may _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
