[py-svn] py-trunk commit e9df7d915d89: add potential feature from py-dev discussion

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sun Jan 3 18:20:06 CET 2010


# HG changeset patch -- Bitbucket.org
# Project py-trunk
# URL http://bitbucket.org/hpk42/py-trunk/overview/
# User holger krekel <holger at merlinux.eu>
# Date 1262526746 -3600
# Node ID e9df7d915d89d04ba6a0be0c294b0ff044236695
# Parent 53540f84f1fb6ad010642249252ac83a406cacf1
add potential feature from py-dev discussion

--- a/ISSUES.txt
+++ b/ISSUES.txt
@@ -94,3 +94,14 @@ tags: 1.2
 Packages with external dependencies should be moved out
 of the core distribution.   Also figleaf could serve as
 another prototype for an external plugin. 
+
+consider pytest_addsyspath hook
+-----------------------------------------
+tags: 1.2
+
+py.test could call a new pytest_addsyspath() in order to systematically
+allow manipulation of sys.path and to inhibit it via --no-addsyspath
+in order to more easily run against installed packages. 
+
+Alternatively it could also be done via the config object 
+and pytest_configure.



More information about the pytest-commit mailing list