File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
- 4.0.0 (2022-10-25 )
5
+ 4.0.0 (2022-10-26 )
6
6
------------------
7
7
8
8
* Dropped support for legacy Pythons (2.7, 3.6 or older).
9
9
* Switched CI to GitHub Actions.
10
+ * Removed dependency on the ``py `` library (that was not properly specified as a dependency anyway).
10
11
* Fix skipping test in `test_utils.py ` if appropriate VCS not available. Also fix typo.
11
12
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.
14
14
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.
16
16
Fixes `#205 <https://github.com/ionelmc/pytest-benchmark/issues/205 >`_.
17
17
Contributed by Friedrich Delgado in `#207 <https://github.com/ionelmc/pytest-benchmark/pull/207 >`_.
18
18
You can’t perform that action at this time.
0 commit comments