From a496e11c52d4dc595cfa3110fe2e0debff566ebb Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Thu, 31 Dec 2015 13:28:06 +0100 Subject: DOC: add note not to run tests from repo root in devguide. Closes gh-6907. [ci skip] --- doc/source/dev/development_environment.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/source') diff --git a/doc/source/dev/development_environment.rst b/doc/source/dev/development_environment.rst index b09728e03..0fb5a666d 100644 --- a/doc/source/dev/development_environment.rst +++ b/doc/source/dev/development_environment.rst @@ -137,6 +137,9 @@ run the test suite with Python 3.4, use:: For more extensive info on running and writing tests, see https://github.com/numpy/numpy/blob/master/doc/TESTS.rst.txt . +*Note: do not run the tests from the root directory of your numpy git repo, +that will result in strange test errors.* + Rebuilding & cleaning the workspace ----------------------------------- -- cgit v1.2.1