[py-svn] r58021 - py/trunk

hpk at codespeak.net hpk at codespeak.net
Tue Sep 9 20:56:20 CEST 2008


Author: hpk
Date: Tue Sep  9 20:56:18 2008
New Revision: 58021

Modified:
   py/trunk/MANIFEST
   py/trunk/setup.py
Log:
regen setup


Modified: py/trunk/MANIFEST
==============================================================================
--- py/trunk/MANIFEST	(original)
+++ py/trunk/MANIFEST	Tue Sep  9 20:56:18 2008
@@ -202,23 +202,6 @@
 py/execnet/testing/test_gateway.py
 py/execnet/testing/test_pickle.py
 py/execnet/testing/test_rsync.py
-py/green/__init__.py
-py/green/conftest.py
-py/green/greenexecnet.py
-py/green/greensock2.py
-py/green/msgstruct.py
-py/green/pipe/__init__.py
-py/green/pipe/common.py
-py/green/pipe/fd.py
-py/green/pipe/gsocket.py
-py/green/pipe/mp.py
-py/green/pipelayer.py
-py/green/server/__init__.py
-py/green/server/httpserver.py
-py/green/test/__init__.py
-py/green/test/test_greenexecnet.py
-py/green/test/test_greensock2.py
-py/green/test/test_pipelayer.py
 py/initpkg.py
 py/io/__init__.py
 py/io/dupfile.py
@@ -354,7 +337,6 @@
 py/test/dsession/masterslave.py
 py/test/dsession/mypickle.py
 py/test/dsession/testing/__init__.py
-py/test/dsession/testing/basetest.py
 py/test/dsession/testing/test_dsession.py
 py/test/dsession/testing/test_functional_dsession.py
 py/test/dsession/testing/test_hostmanage.py
@@ -396,7 +378,6 @@
 py/test/testing/import_test/package/module_that_imports_shared_lib.py
 py/test/testing/import_test/package/shared_lib.py
 py/test/testing/import_test/package/test_import.py
-py/test/testing/setupdata.py
 py/test/testing/suptest.py
 py/test/testing/test_collect.py
 py/test/testing/test_compat.py
@@ -406,14 +387,9 @@
 py/test/testing/test_doctest.py
 py/test/testing/test_event.py
 py/test/testing/test_outcome.py
-py/test/testing/test_repevent.py
 py/test/testing/test_runner_functional.py
 py/test/testing/test_session.py
 py/test/testing/test_setup_nested.py
-py/test/web/__init__.py
-py/test/web/exception.py
-py/test/web/post_multipart.py
-py/test/web/webcheck.py
 py/thread/__init__.py
 py/thread/io.py
 py/thread/pool.py

Modified: py/trunk/setup.py
==============================================================================
--- py/trunk/setup.py	(original)
+++ py/trunk/setup.py	Tue Sep  9 20:56:18 2008
@@ -90,10 +90,6 @@
                   'py.execnet',
                   'py.execnet.script',
                   'py.execnet.testing',
-                  'py.green',
-                  'py.green.pipe',
-                  'py.green.server',
-                  'py.green.test',
                   'py.io',
                   'py.io.testing',
                   'py.log',
@@ -124,7 +120,6 @@
                   'py.test.report.webdata',
                   'py.test.testing',
                   'py.test.testing.import_test.package',
-                  'py.test.web',
                   'py.thread',
                   'py.thread.testing',
                   'py.tool',



More information about the pytest-commit mailing list