diff --git a/doc/source/contributing/source.rst b/doc/source/contributing/source.rst index cf472f9d9..f92a2f325 100644 --- a/doc/source/contributing/source.rst +++ b/doc/source/contributing/source.rst @@ -52,7 +52,7 @@ run through tox_. 2. Install the test dependencies:: - $ sudo pip install -r /opt/stack/ceilometer/tools/test-requires + $ sudo pip install -r /opt/stack/ceilometer/test-requirements.txt 3. Run the unit and code-style tests::