Skip to content

Commit b860d02

Browse files
committed
Addressed review comments
1 parent 4a95cae commit b860d02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Changelog
77
- Add config option to select cipher for ssh connection (dasm)
88
- Fix deprecation warnings for pytest (dasm)
99
- Support pytest-xdist >= 1.26.0 (dasm)
10-
- Support pytest >= 3.6.1 (version supported by pytest-xdist without a bug) (dasm)
10+
- Support pytest >= 4.0.0 (dasm)
1111
- Remove support for Python 3.0, 3.1, 3.2, 3.3 (consistent with pytest-xdist) (dasm)
1212

1313
3.0.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
url='https://github.com/pytest-dev/pytest-cloud',
2828
install_requires=[
2929
'psutil',
30-
'pytest>=3.6.1',
30+
'pytest>=4.0.0',
3131
'pytest-xdist>=1.26.0',
3232
'setuptools',
3333
'six',

0 commit comments

Comments
 (0)