From f23c717a36a21d9a3d78b9c61aeb7660b1bbc666 Mon Sep 17 00:00:00 2001 From: Zac-HD Date: Fri, 12 Jun 2020 17:59:07 +1000 Subject: [PATCH] Delete old issues file --- ISSUES.txt | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 ISSUES.txt diff --git a/ISSUES.txt b/ISSUES.txt deleted file mode 100644 index 58cf69d..0000000 --- a/ISSUES.txt +++ /dev/null @@ -1,31 +0,0 @@ -next release critical ------------------------------------------------ -tag: bug - -miserably fails: --dist=each --tx popen --tx socket=... - - -rename / hooks ------------------------------------------------ -tag: bug - -node -> slave -transition for hooks? -configure_node -> configure_slave - -allow to remotely run xdist tests with xdist ------------------------------------------------ -tag: feature - -allow to run xdist own tests using its own mechanism. -currently this doesn't work because the remote side -has no pytest plugin. How to configure/do -register "xdist.plugin" on the remote side? - -see to avoid any "from _pytest" internal imports ------------------------------------------------ -tag: feature - -currently tests and even xdist core code imports -names from the internal _pytest namespace. -See to avoid it.