# HG changeset patch # User Johannes Bornhold # Date 2016-09-02 17:46:11 # Node ID d512aeaee2c1fb345b5aee8fd2919092705740a9 # Parent b3f2563a57323866d5351d2e5a07853118510866 docs: Remove hint regarding Cython It is obsolete by now and there is no need to use it anymore. diff --git a/docs/contributing/testing/unit-and-functional.rst b/docs/contributing/testing/unit-and-functional.rst --- a/docs/contributing/testing/unit-and-functional.rst +++ b/docs/contributing/testing/unit-and-functional.rst @@ -14,9 +14,6 @@ py.test based test suite The test suite is in the folder :file:`rhodecode/tests/` and should be run with the test runner `py.test` inside of your `nix-shell` environment:: - # In case you need the cythonized version - CYTHONIZE=1 python setup.py develop --prefix=$tmp_path - py.test rhodecode