Skip to content

Commit

Permalink
Fix #2014: Drop pytest-timeout plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jun 26, 2017
1 parent 2bd8c55 commit 00f5c40
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
17 changes: 5 additions & 12 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ For standard python *venv*:
$ python3 -m venv venv
$ . venv/bin/activate
For *virtualenvwrapper* (my choice):
For *virtualenvwrapper*:

.. code-block:: shell
Expand All @@ -65,23 +65,16 @@ After that please install libraries required for development:
$ pip install -r requirements-dev.txt
We also recommend to install ipdb_ but it's on your own:

.. code-block:: shell
$ pip install ipdb
.. note::
If you plan to use ``ipdb`` within the test suite, execute:
If you plan to use ``pdb`` or ``ipdb`` within the test suite, execute:

.. code-block:: shell
$ py.test tests -s -p no:timeout
$ py.test tests -s
command to run the tests with disabled timeout guard and output
capturing.
command to run the tests with disabled output capturing.
Congratulations, you are ready to run the test suite
Congratulations, you are ready to run the test suite!


Run aiohttp test suite
Expand Down
1 change: 1 addition & 0 deletions changes/2014.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Drop `pytest-timeout` plugin.
1 change: 0 additions & 1 deletion requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ sphinxcontrib-newsfeed==0.1.4
pytest==3.1.2
pytest-cov==2.5.1
pytest-mock==1.6.0
pytest-timeout==1.2.0
gunicorn==19.7.1
pygments>=2.1
#aiodns # Enable from .travis.yml as required c-ares will not build on windows
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ max-line-length=79

[tool:pytest]
testpaths = tests
timeout = 4

[isort]
known_third_party=jinja2
Expand Down

0 comments on commit 00f5c40

Please sign in to comment.