Skip to content

Commit

Permalink
Merge pull request #70 from jpyams/master
Browse files Browse the repository at this point in the history
Add answer to #62 to README; from jpyams@
  • Loading branch information
tholo authored Dec 16, 2020
2 parents d6e33a4 + e0976ca commit 903ee23
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,16 @@ failure and it will ignore doc/conf.py alltogether::

Note that doc/conf.py was not considered or imported.

FAQs
-----

All the flake8 tests are skipping!
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This is by design. Clean flake8 results are cached and, unless the file is modified, not tested again.

You can run with ``pytest --cache-clear --flake8`` to override this.

Notes
-----

Expand Down

0 comments on commit 903ee23

Please sign in to comment.