summaryrefslogtreecommitdiff
path: root/ISSUES.txt
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2010-01-03 14:52:26 +0100
committerholger krekel <holger@merlinux.eu>2010-01-03 14:52:26 +0100
commitff5c1b6611531ced6bdae9dab846e393577d727f (patch)
tree2548f7e8b9f5a5372ec06a85bffc089b43dc8743 /ISSUES.txt
parent018254a907934201ba7cef3ad4c9da0b9ae522fb (diff)
downloadpytest-ff5c1b6611531ced6bdae9dab846e393577d727f.tar.gz
add potential feature from py-dev discussion
--HG-- branch : trunk
Diffstat (limited to 'ISSUES.txt')
-rw-r--r--ISSUES.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/ISSUES.txt b/ISSUES.txt
index 62b110b67..a0e826384 100644
--- 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.