diff options
| author | Carlton Gibson | 2014-10-22 17:08:44 +0200 |
|---|---|---|
| committer | Carlton Gibson | 2014-10-22 17:08:44 +0200 |
| commit | ba52c0c62762b9976fffa72dde7ce922176e481d (patch) | |
| tree | 1e92ed3c2ab24570b3723ae18e413afc416eae97 /docs | |
| parent | d6ccdfc53d266e1f6b329069722c106775120181 (diff) | |
| download | django-rest-framework-ba52c0c62762b9976fffa72dde7ce922176e481d.tar.bz2 | |
Revert "Added Note on tox & .pyc files. Fixes #1957"
This reverts commit d6ccdfc53d266e1f6b329069722c106775120181.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/contributing.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/topics/contributing.md b/docs/topics/contributing.md index 8be753f2..4fafb1b1 100644 --- a/docs/topics/contributing.md +++ b/docs/topics/contributing.md @@ -105,15 +105,6 @@ You can also use the excellent [tox][tox] testing tool to run the tests against tox ---- - -**Note**: If you run `tox` followed by `./runtests.py` you _may_ encounter a "bad marshall data" error as `pytest` attempts to read `.pyc` files from an incompatible Python version. To clear the offending `.pyc` files run: - - $ find . -name '*.pyc' -delete - ---- - - ## Pull requests It's a good idea to make pull requests early on. A pull request represents the start of a discussion, and doesn't necessarily need to be the final, finished submission. |
