From 7cbbd2d1fd2bb1e53cc352b8b44ae6701117777e Mon Sep 17 00:00:00 2001 From: Anton Arefiev Date: Wed, 27 Jan 2016 15:51:08 +0200 Subject: [PATCH] Remove "ramdisk" mentioning in func test contrib Functional tests don't rely on ramdisk anymore, so remove it's mentioning from contribution guide. Change-Id: I22d7574cc43080dbdb99315565c6bd316cd04f85 --- CONTRIBUTING.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 6756a3666..d821d1162 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -52,8 +52,7 @@ interpreter of one of supported versions (currently 2.7 and 3.4), use Support for Python 3 is highly experimental, stay with Python 2 for the production environment for now. -There is a simple functional test that involves fetching the ramdisk from -Github:: +To run the functional tests, use:: tox -e func