File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,13 @@ Please submit an issue if you have any suggestions regarding use cases
3939of 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+
4249Changelog
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
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments