We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b37409d commit c8a70c5Copy full SHA for c8a70c5
2 files changed
CHANGELOG
@@ -1,5 +1,9 @@
1
# Unreleased
2
3
+# 0.8.1
4
+
5
+* Fixed deprecation warning for pytest >= 5.4
6
7
# 0.8.0
8
9
* Added support for HTTPS testing (#50)
setup.py
@@ -11,7 +11,7 @@
11
12
setup(
13
name='pytest-tornado',
14
- version='0.8.0',
+ version='0.8.1',
15
description=('A py.test plugin providing fixtures and markers '
16
'to simplify testing of asynchronous tornado applications.'),
17
long_description=long_description,
0 commit comments