diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2015-12-31 13:28:06 +0100 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2015-12-31 13:29:04 +0100 |
commit | a496e11c52d4dc595cfa3110fe2e0debff566ebb (patch) | |
tree | 62fe4e3e7a9fdd63fc19f7a6df9e53d42251279c | |
parent | a547d0e40c2b1b14b4448da51018bfccd4d55edb (diff) | |
download | numpy-a496e11c52d4dc595cfa3110fe2e0debff566ebb.tar.gz |
DOC: add note not to run tests from repo root in devguide. Closes gh-6907.
[ci skip]
-rw-r--r-- | doc/source/dev/development_environment.rst | 3 |
1 files changed, 3 insertions, 0 deletions
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 ----------------------------------- |