Commit ba52c0c6 by Carlton Gibson

Revert "Added Note on tox & .pyc files. Fixes #1957"

This reverts commit d6ccdfc5.
parent d6ccdfc5
...@@ -71,15 +71,6 @@ You can also use the excellent [`tox`][tox] testing tool to run the tests agains ...@@ -71,15 +71,6 @@ You can also use the excellent [`tox`][tox] testing tool to run the tests agains
tox 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 ## 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. 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.
......
...@@ -105,15 +105,6 @@ You can also use the excellent [tox][tox] testing tool to run the tests against ...@@ -105,15 +105,6 @@ You can also use the excellent [tox][tox] testing tool to run the tests against
tox 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 ## 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. 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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment