From 6ccede6de6a7501e98afd7ef94020f5f1adb7fd6 Mon Sep 17 00:00:00 2001 From: Josef Skladanka Date: May 17 2018 10:55:52 +0000 Subject: Fix dev docs - testcloud can not be installed from pip --- diff --git a/docs/source/devguide.rst b/docs/source/devguide.rst index 8b678b1..6ce115d 100644 --- a/docs/source/devguide.rst +++ b/docs/source/devguide.rst @@ -59,7 +59,8 @@ On your Fedora system, install the necessary packages:: python2-virtualenv \ python3-virtualenv \ rpm-build \ - rsync + rsync \ + testcloud If you have not yet cloned the repository, do it now:: @@ -138,11 +139,8 @@ To run the unit tests, execute this in the checkout directory:: tox -Another way is to have the virtualenv active and run:: - - py.test - -but this only runs the tests for the particular Python interpreter. +The testsuite is seamlessly executed in both Python 2.7 and 3.6 environments, +as defined in ``tox.ini``. A nice HTML-based representation is available if you add ``--cov-report=html`` command line parameter. diff --git a/requirements.txt b/requirements.txt index 357acba..0da99c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,9 +21,6 @@ PyYAML >= 3.11 python-fedora >= 0.8.0 munch >= 2.0.2 -# libtaskotron-disposable -testcloud >= 0.1.15 - # Test suite requirements mock >= 2.0.0 pytest >= 2.7.3