From 8284d14ec4a60eb453463f18694b56fa360458af Mon Sep 17 00:00:00 2001 From: holger krekel Date: Sat, 13 Feb 2016 16:54:06 +0100 Subject: [PATCH] re-introduce topics --- doc/en/_templates/layout.html | 2 +- doc/en/announce/sprint2016.rst | 24 ++++++++++++++++++++++-- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/doc/en/_templates/layout.html b/doc/en/_templates/layout.html index 21a91563a..0ce480be3 100644 --- a/doc/en/_templates/layout.html +++ b/doc/en/_templates/layout.html @@ -10,7 +10,7 @@ join - our sprint June in 2016! + our upcoming sprint in June 2016! diff --git a/doc/en/announce/sprint2016.rst b/doc/en/announce/sprint2016.rst index ab93964a1..228fab8cb 100644 --- a/doc/en/announce/sprint2016.rst +++ b/doc/en/announce/sprint2016.rst @@ -1,4 +1,3 @@ - python testing sprint June 20th-26th 2016 ====================================================== @@ -10,7 +9,28 @@ in its history, to take place in the black forest town Freiburg in Germany. As of February 2016 we have started a `funding campaign on Indiegogo to cover expenses `_ The page also mentions -some preliminary topics. +some preliminary topics: + +- improving pytest-xdist test scheduling to take into account + fixture setups and explicit user hints. + +- provide info on fixture dependencies during --collect-only + +- tying pytest-xdist to tox so that you can do "py.test -e py34" + to run tests in a particular tox-managed virtualenv. Also + look into making pytest-xdist use tox environments on + remote ssh-sides so that remote dependency management becomes + easier. + +- refactoring the fixture system so more people understand it :) + +- integrating PyUnit setup methods as autouse fixtures. + possibly adding ways to influence ordering of same-scoped + fixtures (so you can make a choice of which fixtures come + before others) + +- fixing bugs and issues from the tracker, really an endless source :) + Participants --------------