summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2014-05-10 14:00:09 +0200
committerholger krekel <holger@merlinux.eu>2014-05-10 14:00:09 +0200
commit74e1a49dd7b209e3feaa59fe74fb61e67b75f6f5 (patch)
treed9408a14ec9f556bbb9c75a4c9c850eb4740ce28
parent468b1241a5684f63f19b55df2bc4f0ca272d0eea (diff)
downloadpytest-74e1a49dd7b209e3feaa59fe74fb61e67b75f6f5.tar.gz
remove the idea that nose support should be moved to a plugin.
-rw-r--r--ISSUES.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/ISSUES.txt b/ISSUES.txt
index 15c341a7b..d9a76cf08 100644
--- a/ISSUES.txt
+++ b/ISSUES.txt
@@ -79,15 +79,6 @@ style tests, i.e. it leverages existing test suites without needing
to rewrite them. Together with the previously mentioned setup_test()
maybe the setupfunc could be ommitted?
-checks / deprecations for next release
----------------------------------------------------------------
-tags: bug 2.4 core xdist
-
-* check oejskit plugin compatibility
-* move pytest_nose out of pylib because it implicitely extends
- the protocol now - setup/teardown is called at module level.
- consider making calling of setup/teardown configurable
-
optimizations
---------------------------------------------------------------
tags: 2.4 core