Skip to content

Commit 4bd938a

Browse files
authored
Merge pull request #112 from nicoddemus/release-1.8.0
Prepare release 1.8.0
2 parents 6306ce0 + 5771dd6 commit 4bd938a

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.8.0
2+
-----
3+
4+
* Add aliases for ``NonCallableMock`` and ``create_autospec`` to ``mocker``. Thanks `@mlhamel`_ for the PR (`#111`_).
5+
6+
.. _#111: https://github.com/pytest-dev/pytest-mock/pull/111
7+
18
1.7.1
29
-----
310

@@ -300,13 +307,14 @@ First release.
300307

301308
.. _#2: https://github.com/pytest-dev/pytest-qt/issues/2
302309

303-
.. _@mathrick: https://github.com/mathrick
304-
.. _@tigarmo: https://github.com/tigarmo
305-
.. _@rouge8: https://github.com/rouge8
306310
.. _@fogo: https://github.com/fogo
311+
.. _@kmosher: https://github.com/kmosher
307312
.. _@marcwebbie: https://github.com/marcwebbie
313+
.. _@mathrick: https://github.com/mathrick
314+
.. _@mlhamel: https://github.com/mlhamel
308315
.. _@RonnyPfannschmidt: https://github.com/RonnyPfannschmidt
316+
.. _@rouge8: https://github.com/rouge8
309317
.. _@The-Compiler: https://github.com/The-Compiler
310-
.. _@kmosher: https://github.com/kmosher
318+
.. _@tigarmo: https://github.com/tigarmo
311319

312320

tox.ini

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
[tox]
2-
envlist = py{27,34,35,36}-pytest{30,31,32,33,34},linting,norewrite
2+
envlist = py{27,34,35,36}-pytest{34,35},linting,norewrite
33

44
[testenv]
55
passenv = USER USERNAME
66
deps =
77
coverage
8-
pytest30: pytest~=3.0
9-
pytest31: pytest~=3.1
10-
pytest32: pytest~=3.2
11-
pytest33: pytest~=3.3
128
pytest34: pytest~=3.4
9+
pytest35: pytest~=3.5
1310
commands =
1411
coverage run --append --source=pytest_mock.py -m pytest test_pytest_mock.py
1512

@@ -21,8 +18,8 @@ commands =
2118
skip_install=True
2219
deps =
2320
pytest-flakes
24-
restructuredtext_lint
21+
restructuredtext_lint
2522
pygments
2623
commands =
2724
py.test --flakes pytest_mock.py test_pytest_mock.py -m flakes
28-
rst-lint CHANGELOG.rst README.rst
25+
rst-lint CHANGELOG.rst README.rst

0 commit comments

Comments
 (0)