Skip to content

Commit 3a6678a

Browse files
committed
Removed pytest-cache from dependencies.
1 parent 6914821 commit 3a6678a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ Please submit an issue if you have any suggestions regarding use cases
3939
of pytest-stepwise.
4040

4141

42+
Compatibility
43+
=============
44+
45+
pytest-stepwise is compatible with pytest 2.2 -> 2.8.
46+
For pytest 2.7 and earlier, ``pytest-cache`` is required as a dependency.
47+
48+
4249
Changelog
4350
=========
4451

@@ -48,3 +55,4 @@ Changelog
4855
* 0.3 - Fixed issue when failing tests are removed.
4956
Fixed compatibility with ``--pdb`` option.
5057
Stop on errors as well as on test failures.
58+
* 0.4 - Refactoring, pytest 2.8 compatiblity

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def read(fname):
2121
description='Run a test suite one failing test at a time.',
2222
long_description=read('README.rst'),
2323
packages=['pytest_stepwise'],
24-
install_requires=['pytest-cache >= 1.0'],
24+
install_requires=['pytest >= 2.2'],
2525
classifiers=['Development Status :: 4 - Beta',
2626
'Intended Audience :: Developers',
2727
'Topic :: Software Development :: Testing',

0 commit comments

Comments
 (0)