summaryrefslogtreecommitdiff
path: root/ISSUES.txt
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2010-07-26 21:15:03 +0200
committerholger krekel <holger@merlinux.eu>2010-07-26 21:15:03 +0200
commit7c8f45ad2c8794610568aed12824c1f88613fec9 (patch)
tree789533a85d050c679083e7a00a79b35ca3cc7deb /ISSUES.txt
parent7e3d466844ce7db7618f268facdd6ea73c7223f8 (diff)
downloadtox-7c8f45ad2c8794610568aed12824c1f88613fec9.tar.gz
remove trailing whitespace
Diffstat (limited to 'ISSUES.txt')
-rw-r--r--ISSUES.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/ISSUES.txt b/ISSUES.txt
index 6a7457a..bf40042 100644
--- a/ISSUES.txt
+++ b/ISSUES.txt
@@ -1,22 +1,22 @@
-allow user-specific python interpreters
+allow user-specific python interpreters
------------------------------------------------
-users should be able to define their set of python executables
-to be used for creating virtualenvs.
+users should be able to define their set of python executables
+to be used for creating virtualenvs.
.toxrc/interpreters:
pypy-c=~/p/pypy/branch/sys-prefix/pypy-c
...
-non-cached test dependencies
+non-cached test dependencies
---------------------------------------------------------------
-if there is a dependency on a URL whose content changes
+if there is a dependency on a URL whose content changes
the download-cache mechanism will prevent it from being reloaded.
-Introduce a 'nocache:' prefix which will inhibit using the cache.
+Introduce a 'nocache:' prefix which will inhibit using the cache.
Also make and document a guarantee on the deps order so that
one can influence the exact configuration (e.g. use a dev-version
-of some package which a later dependency or the original
-package depends upon - i.e. deps should be installed first).
+of some package which a later dependency or the original
+package depends upon - i.e. deps should be installed first).
test and make "in-pkg" tests work
@@ -26,4 +26,4 @@ it is common to put tests into pkg subdirs, possibly
even with an __init__. See if/how this can be made
to work. Maybe also re-consider how py.test does its
importing, maybe add a pytest_addsyspath(testmodule)
-and look how nose does it in detail.
+and look how nose does it in detail.