Skip to content

Commit 77e7437

Browse files
committed
Drop support for pytest-2.6.4
Now using hookwrapper decorator, supported only by >= 2.7
1 parent 89388e5 commit 77e7437

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ matrix:
1313
- env: PYTEST_VERSION=2.7.0 PYTEST_QT_API=pyqt5
1414

1515
env:
16-
- PYTEST_VERSION=2.6.4 PYTEST_QT_API=pyqt4
17-
- PYTEST_VERSION=2.6.4 PYTEST_QT_API=pyside
1816
- PYTEST_VERSION=2.7.0 PYTEST_QT_API=pyqt4
1917
- PYTEST_VERSION=2.7.0 PYTEST_QT_API=pyside
2018
- PYTEST_VERSION=2.7.0 PYTEST_QT_API=pyqt5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def run_tests(self):
3232
entry_points={
3333
'pytest11': ['pytest-qt = pytestqt.plugin'],
3434
},
35-
install_requires=['pytest>=2.3.4'],
35+
install_requires=['pytest>=2.7.0'],
3636

3737
# metadata for upload to PyPI
3838
author="Bruno Oliveira",

0 commit comments

Comments
 (0)