Skip to content

Commit 8081f06

Browse files
committed
Prepare 1.6
1 parent deecd21 commit 8081f06

File tree

2 files changed

+9
-19
lines changed

2 files changed

+9
-19
lines changed

README.rst

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ pytest-twisted - test twisted code with pytest
55
==============================================================================
66

77

8-
:Authors: Ralf Schmitt <[email protected]>
9-
:Version: 1.5
10-
:Date: 2014-02-04
8+
:Authors: Ralf Schmitt, Victor Titor
9+
:Version: 1.6
10+
:Date: 2018-01-12
1111
:Download: https://pypi.python.org/pypi/pytest-twisted#downloads
12-
:Code: https://github.com/schmir/pytest-twisted
12+
:Code: https://github.com/pytest-dev/pytest-twisted
1313

1414

1515
pytest-twisted is a plugin for pytest, which allows to test code,
@@ -26,18 +26,8 @@ Install the plugin with::
2626
Using the plugin
2727
==================
2828

29-
The plugin must be enabled. This can be done in the following ways:
30-
31-
1. Run py.test with the --twisted command line option
32-
33-
2. Put the following into conftest.py::
34-
35-
pytest_plugins = "pytest_twisted"
36-
37-
3. Put the following into pytest.ini::
38-
39-
[pytest]
40-
twisted = 1
29+
The plugin is available after installation and can be disabled using
30+
``-p no:twisted``.
4131

4232

4333
inlineCallbacks

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
setup(
66
name='pytest-twisted',
7-
version='1.5',
7+
version='1.6',
88
description='A twisted plugin for py.test.',
99
long_description=open("README.rst").read(),
10-
author='Ralf Schmitt',
10+
author='Ralf Schmitt, Victor Titor',
1111
author_email='[email protected]',
12-
url='https://github.com/schmir/pytest-twisted',
12+
url='https://github.com/pytest-dev/pytest-twisted',
1313
py_modules=['pytest_twisted'],
1414
install_requires=["greenlet", "pytest>=2.3", "decorator"],
1515
classifiers=[

0 commit comments

Comments
 (0)