Skip to content

Commit c846bc3

Browse files
committed
Remove pytest-profiling
Remove [pytest-profiling](https://pypi.org/project/pytest-profiling/), as it does not support latest Python versions, was not updated for 5 years, and according to the comment in `aiosmtpd/docs/testing.rst` was not very useful anyway.
1 parent eeec1cf commit c846bc3

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ have been configured and tested:
179179
(showing a single character per test run)
180180
- ``diffcov`` = with diff-coverage report (showing difference in
181181
coverage compared to previous commit). Tests will run in brief mode
182-
- ``profile`` = no coverage testing, but code profiling instead.
183182
This must be **invoked manually** using the ``-e`` parameter
184183

185184
**Note 1:** As of 2021-02-23,

aiosmtpd/docs/testing.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ Other plugins that are used, to various degrees, in the ``aiosmtpd`` test suite
3030
* |pytest-cov|_ to integrate with |coverage-py|_
3131
* |pytest-sugar|_ to provide better ux
3232
* |pytest-print|_ to give some progress indicator and to assist test troubleshooting
33-
* |pytest-profiling|_ to implement ``*-profile`` testenv,
34-
although to be honest this is not really useful as the profiling gets 'muddied' by
35-
pytest runner.
3633

3734
.. _`pytest-mock`: https://pypi.org/project/pytest-mock/
3835
.. |pytest-mock| replace:: ``pytest-mock``
@@ -44,8 +41,6 @@ Other plugins that are used, to various degrees, in the ``aiosmtpd`` test suite
4441
.. |pytest-sugar| replace:: ``pytest-sugar``
4542
.. _`pytest-print`: https://pypi.org/project/pytest-print/
4643
.. |pytest-print| replace:: ``pytest-print``
47-
.. _`pytest-profiling`: https://pypi.org/project/pytest-profiling/
48-
.. |pytest-profiling| replace:: ``pytest-profiling``
4944

5045

5146
Fixtures

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ deps =
2626
pytest >= 6.0 # Require >= 6.0 for pyproject.toml support (PEP 517)
2727
pytest-mock
2828
pytest-print
29-
pytest-profiling
3029
pytest-sugar
3130
py # needed for pytest-sugar as it doesn't declare dependency on it.
3231
!nocov: coverage>=7.0.1

0 commit comments

Comments
 (0)