add potential feature from py-dev discussion
--HG-- branch : trunk
This commit is contained in:
parent
018254a907
commit
ff5c1b6611
11
ISSUES.txt
11
ISSUES.txt
|
@ -94,3 +94,14 @@ tags: 1.2
|
||||||
Packages with external dependencies should be moved out
|
Packages with external dependencies should be moved out
|
||||||
of the core distribution. Also figleaf could serve as
|
of the core distribution. Also figleaf could serve as
|
||||||
another prototype for an external plugin.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue