Fixed compatibility with pytest 4.2.0. Thanks @blueyed for the PR.
0.4.0 (May 19, 2018)
^^^^^^^^^^^^^^^^^^^^
Added support for Python 3.5, 3.6, and 3.7.
Dropped support for Python 2.7, 3.2, and 3.3.
Dropped support for pytest < 2.9.
Only rewrite lines on tty. Previously you would end up with a \r (^M) in case
collecting of tests failed, and pytest's output is piped to a file. Thanks
@blueyed for the PR.
Support -p no:terminal (#12). Thanks @Maratori for the PR.
0.3.0 (August 30, 2014)
^^^^^^^^^^^^^^^^^^^^^^^
Added support for Python 3.4
Added support for pytest 2.6
Fixed failing tests on pytest 2.6
0.2.0 (March 6, 2014)
^^^^^^^^^^^^^^^^^^^^^
Dropped support for Python 2.5.
Fixed stacktrace printed twice when using PDB.
Fixed internal error when a test marked as xfailing unexpectedly passes
(David Szotten).
0.1.1 (November 9, 2013)
^^^^^^^^^^^^^^^^^^^^^^^^
Made pytest-instafail compatible with pytest-xdist_'s test parallelization
(Ronny Pfannschmidt).
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Updates the requirements on pytest-instafail to permit the latest version.
Changelog
Sourced from pytest-instafail's changelog.
... (truncated)
Commits
aab3a1e
Bump version0acca52
Add support for Python 3.11aecd330
Update Github actions to use Environment Filesd5f94de
Update actions to Node.js 16bb329fe
Drop support for Python 3.67d997d6
Use pytest.hookimpl to configure hooks99c7aeb
Fix checks failing on PyPy 3.6 not found1c082a0
Fix typos12268ff
Merge pull request #24 from hugovk/rm-eolcbef706
Upgrade Python syntax with pyupgrade --py36-plusDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)