Skip to content

Commit

Permalink
Update nose2 requirement from <0.15,>=0.10 to >=0.15.1,<0.16 in /requ…
Browse files Browse the repository at this point in the history
…irements (#304)

Updates the requirements on [nose2](https://github.com/nose-devs/nose2)
to permit the latest version.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/nose-devs/nose2/blob/main/docs/changelog.rst">nose2's
changelog</a>.</em></p>
<blockquote>
<h2>0.15.1 (2024-05-31)</h2>
<p>Fixed</p>
<pre><code>
* Fix a bug with config loading which caused custom ini configs not to
load if
they were not named with a ``.cfg`` extension. Thanks :user:`grhwalls`
for
  the bug report!
<h2>0.15.0 (2024-05-30)</h2>
<p>Added<br />
</code></pre></p>
<ul>
<li>
<p>Official support for <code>python3.13</code> betas.
<code>nose2</code> now tests itself against
Python 3.13.</p>
</li>
<li>
<p><code>nose2</code> now supports loading configuration data from the
<code>tool.nose2</code>
table in <code>pyproject.toml</code>. Thanks to :user:<code>qequ</code>
for the PR! (:pr:<code>596</code>,
:pr:<code>606</code>)</p>
<p>On python 3.11+, <code>tomllib</code> is used to parse TOML data. On
python 3.10 and
lower, <code>tomli</code> must be installed to enable TOML support.
Simply
<code>pip install tomli</code> as necessary.</p>
</li>
</ul>
<h2>0.14.2 (2024-05-07)</h2>
<p>Added</p>
<pre><code>
* For the coverage plugin, add a config option, ``coverage-combine``,
which
defaults to ``False``. When set, this config invokes a ``coverage
combine``
step before reporting results, regardless of whether or not
multiprocessing
was used to run tests. This allows reporting of coverage results via the
plugin on testsuites which invoke subprocesses. Thanks to
:user:`JCHacking`
  for the PR! (:pr:`601`)
<h2>0.14.1 (2024-01-28)</h2>
<p>Fixed<br />
</code></pre></p>
<ul>
<li>
<p>Fix the reporting of skipped tests in verbose mode on newer pythons
(3.12.1+),
in which a skipped test is no longer treated as &quot;started&quot;.</p>
<p><code>nose2</code> will not introduce a <code>StartTestEvent</code>
in such cases --</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nose-devs/nose2/commit/9ec19c0cd5eab709a2d1f8879d760f861fc84c0e"><code>9ec19c0</code></a>
Update version and changelog for v0.15.1</li>
<li><a
href="https://github.com/nose-devs/nose2/commit/6ffff7910c9ab84336f59855a6884e778321904e"><code>6ffff79</code></a>
Merge pull request <a
href="https://redirect.github.com/nose-devs/nose2/issues/615">#615</a>
from nose-devs/fix-config-conditional</li>
<li><a
href="https://github.com/nose-devs/nose2/commit/195763fc8f582c2fbd0bd45829229ffffad1ec77"><code>195763f</code></a>
Fix a bug with ini configs lacking '.cfg' suffix</li>
<li><a
href="https://github.com/nose-devs/nose2/commit/439d82c7dac0ab598dcb57bd1d911bac367efee3"><code>439d82c</code></a>
Merge pull request <a
href="https://redirect.github.com/nose-devs/nose2/issues/613">#613</a>
from grhwalls/patch-1</li>
<li><a
href="https://github.com/nose-devs/nose2/commit/73b02729cb294140aadb7d6942eb6d9b0965d06c"><code>73b0272</code></a>
Merge pull request <a
href="https://redirect.github.com/nose-devs/nose2/issues/612">#612</a>
from nose-devs/pass-mypy</li>
<li><a
href="https://github.com/nose-devs/nose2/commit/b1de699bb0bd355cff66ae7f709e3347b381915f"><code>b1de699</code></a>
Update _toml.py</li>
<li><a
href="https://github.com/nose-devs/nose2/commit/f610da8bb45bdb4596c8b3661428da1f11577842"><code>f610da8</code></a>
Add mypy run to CI</li>
<li><a
href="https://github.com/nose-devs/nose2/commit/7a1f1541098afe65f41d7131ea56242679bb8f13"><code>7a1f154</code></a>
Add type-ignore comments to functional tests</li>
<li><a
href="https://github.com/nose-devs/nose2/commit/51da5c1bd6e0b46bec308c2e64de5203ac666b48"><code>51da5c1</code></a>
Refine typing of conditional imports</li>
<li><a
href="https://github.com/nose-devs/nose2/commit/63e0a048f4933beea8f6c86af7363d744082382b"><code>63e0a04</code></a>
Set the type of Event._attrs</li>
<li>Additional commits viewable in <a
href="https://github.com/nose-devs/nose2/compare/0.10.0...0.15.1">compare
view</a></li>
</ul>
</details>
<br />


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>
  • Loading branch information
Guts authored Jul 1, 2024
2 parents d7f2225 + 4b1c75c commit b8be889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ flake8-print>=5
pre-commit>=3,<4

# for testing
nose2>=0.10,<0.15
nose2>=0.15.1,<0.16

0 comments on commit b8be889

Please sign in to comment.