File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5- 4.0.0 (2022-10-25 )
5+ 4.0.0 (2022-10-26 )
66------------------
77
88* Dropped support for legacy Pythons (2.7, 3.6 or older).
99* Switched CI to GitHub Actions.
10+ * Removed dependency on the ``py `` library (that was not properly specified as a dependency anyway).
1011* Fix skipping test in `test_utils.py ` if appropriate VCS not available. Also fix typo.
1112 Contributed by Sam James in `#211 <https://github.com/ionelmc/pytest-benchmark/pull/211 >`_.
12- * Use ``pytest.hookimpl `` and ``pytest.hookspec `` to configure hooks,
13- avoiding a deprecation warning in the upcoming pytest 7.2.0.
13+ * Added support for pytest 7.2.0 by using ``pytest.hookimpl `` and ``pytest.hookspec `` to configure hooks.
1414 Contributed by Florian Bruhin in `#224 <https://github.com/ionelmc/pytest-benchmark/pull/224 >`_.
15- * Don't save if ``--benchmark-disable `` is used.
15+ * Now no save is attempted if ``--benchmark-disable `` is used.
1616 Fixes `#205 <https://github.com/ionelmc/pytest-benchmark/issues/205 >`_.
1717 Contributed by Friedrich Delgado in `#207 <https://github.com/ionelmc/pytest-benchmark/pull/207 >`_.
1818
You can’t perform that action at this time.
0 commit comments