[py-svn] r57755 - py/trunk

hpk at codespeak.net hpk at codespeak.net
Tue Sep 2 14:26:23 CEST 2008


Author: hpk
Date: Tue Sep  2 14:26:22 2008
New Revision: 57755

Modified:
   py/trunk/MANIFEST
   py/trunk/README.txt
   py/trunk/setup.py
Log:
regen setup, readme for trunk. 


Modified: py/trunk/MANIFEST
==============================================================================
--- py/trunk/MANIFEST	(original)
+++ py/trunk/MANIFEST	Tue Sep  2 14:26:22 2008
@@ -60,7 +60,6 @@
 py/apigen/tracer/testing/test_model.py
 py/apigen/tracer/testing/test_package.py
 py/apigen/tracer/tracer.py
-py/bin/_docgen.py
 py/bin/_findpy.py
 py/bin/_genscripts.py
 py/bin/gendoc.py
@@ -166,11 +165,6 @@
 py/doc/example/pytest/test_setup_flow_example.py
 py/doc/execnet.txt
 py/doc/future.txt
-py/doc/future/code_template.txt
-py/doc/future/planning.txt
-py/doc/future/planning2.txt
-py/doc/future/pylib_pypy.txt
-py/doc/future/rsession_todo.txt
 py/doc/greenlet.txt
 py/doc/impl-test.txt
 py/doc/index.txt
@@ -408,6 +402,7 @@
 py/test/testing/test_compat.py
 py/test/testing/test_config.py
 py/test/testing/test_conftesthandle.py
+py/test/testing/test_deprecated_api.py
 py/test/testing/test_doctest.py
 py/test/testing/test_event.py
 py/test/testing/test_outcome.py

Modified: py/trunk/README.txt
==============================================================================
--- py/trunk/README.txt	(original)
+++ py/trunk/README.txt	Tue Sep  2 14:26:22 2008
@@ -1,7 +1,7 @@
 The py lib is a Python development support library featuring 
 the following tools and modules:
 
-* py.test: popular python testing tool 
+* py.test: automated testing tool
 * py.execnet: ad-hoc distributed execution
 * py.magic.greenlet: micro-threads
 * py.path:  uniform local and svn path objects 

Modified: py/trunk/setup.py
==============================================================================
--- py/trunk/setup.py	(original)
+++ py/trunk/setup.py	Tue Sep  2 14:26:22 2008
@@ -1,7 +1,7 @@
 """
     setup file for 'py' package based on:
 
-        https://codespeak.net/svn/py/trunk, revision=57550
+        svn+ssh://codespeak.net/svn/py/trunk, revision=57745
 
     autogenerated by gensetup.py
 """
@@ -191,11 +191,6 @@
                              'doc/example/pytest/test_setup_flow_example.py',
                              'doc/execnet.txt',
                              'doc/future.txt',
-                             'doc/future/code_template.txt',
-                             'doc/future/planning.txt',
-                             'doc/future/planning2.txt',
-                             'doc/future/pylib_pypy.txt',
-                             'doc/future/rsession_todo.txt',
                              'doc/greenlet.txt',
                              'doc/impl-test.txt',
                              'doc/index.txt',



More information about the pytest-commit mailing list