Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump pytest-watcher from 0.3.5 to 0.4.1 (#74)
Bumps [pytest-watcher](https://github.com/olzhasar/pytest-watcher) from 0.3.5 to 0.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/olzhasar/pytest-watcher/releases">pytest-watcher's releases</a>.</em></p> <blockquote> <h2>v0.4.1</h2> <p>This minor release fixes ImportError on Windows machines</p> <h2>v0.4.0</h2> <h2>Features</h2> <p>Add a new interactive mode with handy shortcuts for common commands, like:</p> <ul> <li>Invoke test runer</li> <li>Run only failed tests</li> <li>Drop to pdb on failure</li> <li>Increase verbosity and more</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/olzhasar/pytest-watcher/blob/master/CHANGELOG.md">pytest-watcher's changelog</a>.</em></p> <blockquote> <h2>[0.4.1] - 2024-02-06</h2> <h3>Fixes</h3> <ul> <li>Fix termios, tty import issue on Windows</li> </ul> <h2>[0.4.0] - 2024-02-06</h2> <h3>Features</h3> <ul> <li>Implement interactive mode with keyboard shortcuts for common operations</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/olzhasar/pytest-watcher/commit/ac8a7f028dfecafdfd284472fd057ea19926461a"><code>ac8a7f0</code></a> Bump version 0.4.0 -> 0.4.1</li> <li><a href="https://github.com/olzhasar/pytest-watcher/commit/93dec6ceef5dde808679cb33b7c0ab7935960b6d"><code>93dec6c</code></a> Fix termios, tty import issue on Windows</li> <li><a href="https://github.com/olzhasar/pytest-watcher/commit/89d60b959519f11b88e95ee7c0cfa98da8026a91"><code>89d60b9</code></a> Update README, docs</li> <li><a href="https://github.com/olzhasar/pytest-watcher/commit/d65f996fdd7e6eee12d2edf364837ee0ad302c21"><code>d65f996</code></a> Bump version 0.3.5 -> 0.4.0</li> <li><a href="https://github.com/olzhasar/pytest-watcher/commit/ca44c569fc2616d7cc35432420156fbbeef77316"><code>ca44c56</code></a> Add commands for changing runner args, erasing screen</li> <li><a href="https://github.com/olzhasar/pytest-watcher/commit/3d4d3129e3a13885f41c7fad703905d1eb7e0137"><code>3d4d312</code></a> Move stdin flushing to enter_capturing_mode</li> <li><a href="https://github.com/olzhasar/pytest-watcher/commit/060284daf802c8ba9c1e5d4085b95bd36a477016"><code>060284d</code></a> Change commands keystrokes</li> <li><a href="https://github.com/olzhasar/pytest-watcher/commit/d51c8b0f0535607a50663cfd054b87bf8ba024c6"><code>d51c8b0</code></a> Replace trigger.is_empty with inverted trigger.is_active</li> <li><a href="https://github.com/olzhasar/pytest-watcher/commit/7bc389472a1e348a216b2625b3c1c71644333419"><code>7bc3894</code></a> Minor refactor in commands, cover with tests</li> <li><a href="https://github.com/olzhasar/pytest-watcher/commit/bb572496f88596cf06628d1c229b48bb76ea7695"><code>bb57249</code></a> Add tests for term.clear inside the main loop</li> <li>Additional commits viewable in <a href="https://github.com/olzhasar/pytest-watcher/compare/v0.3.5...v0.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-watcher&package-manager=pip&previous-version=0.3.5&new-version=0.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information