diff --git a/docs/contributing.rst b/docs/contributing.rst index de9904936..e05c302b8 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -283,8 +283,7 @@ Steps: including coverage. The ``--skip-missing-interpreters`` argument ignores missing versions of Python needed for running the tests. Fix any errors. 5. If your code touches communication with an ACME server/Boulder, you - should run the integration tests, see `integration`_. See `Known Issues`_ - for some common failures that have nothing to do with your code. + should run the integration tests, see `integration`_. 6. Submit the PR. 7. Did your tests pass on Travis? If they didn't, fix any errors.