From 74e1a49dd7b209e3feaa59fe74fb61e67b75f6f5 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Sat, 10 May 2014 14:00:09 +0200 Subject: [PATCH] remove the idea that nose support should be moved to a plugin. --- ISSUES.txt | 9 --------- 1 file changed, 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