Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency pytest-profiling to v1.8.1 #775

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pytest-profiling 1.7.0 -> 1.8.1 age adoption passing confidence

Release Notes

man-group/pytest-plugins (pytest-profiling)

v1.8.1

Compare Source

  • All: Add a CircleCI Windows build with py3.6-py3.12 and remove references to TravisCI. (#​246)
  • All: Add Ubuntu builds for py3.6-3.13
  • All: CircleCI release jobs now depend on both Ubuntu and Windows success.
  • pytest-listener: Use py_modules in setup.py
  • pytest-listener: Fix flakiness on py3.9+ on Windows when the receive time was equal to the clear_time.
  • pytest-profiling: Small refactor to make error messages a bit clearer
  • pytest-profiling: Fixed tests which were installing from PyPI rather than local
  • pytest-profiling: Removed usage of deprecated pytest.yield_fixture.
  • pytest-profiling: Removed usage of distutils, where possible.
  • pytest-server-fixtures: Correct httpd command line
  • pytest-server-fixtures: Minor bugfix now that workspace.workspace is a Path object.
  • pytest-virtualenv: Added default to install editable packages by using direct_url.json, if it exists
  • pytest-virtualenv: Fixed Windows compatibility issues
  • ci: Remove custom hooks from python setup.py test since this is no longer supported.
  • ci: Fix build-related buttons in README.md.

v1.8.0

Compare Source

  • All: Drop support for Python 2 and <3.6, removing compatibility code.
  • All: Use stdlib unittest.mock instead of mock package.
  • All: Removed usage of path.py and path in favour of pathlib. #​174 #​224
  • pytest-devpi-server: Run devpi-init for initialisation. #​179
  • pytest-server-fixtures: BREAKING CHANGE: Removed RethinkDB support, as the project is no longer maintained.
  • pytest-server-fixtures: Allowed passing through HTTP headers to the server. #​149
  • pytest-server-fixtures: Fixed threading log debug messages. #​146
  • pytest-server-fixtures: Removed usage of deprecated Thread.setDaemon. #​202
  • pytest-server-fixtures: Explicitly close initial Mongo client. #​198
  • pytest-server-fixtures: Don't use context manager for CREATE DATABASE #​186
  • pytest-shutil: Removed contextlib2 requirement. #​144
  • pytest-shutil: Fixed forcing color through termcolor. #​217
  • pytest-shutil: Replaced deprecated imp module #​219
  • pytest-profiling: Added support to hide/show the full path of file. #​95
  • pytest-profiling: Fixed SVG file generation on Windows. #​93
  • pytest-profiling: Remove pinning of more-itertools. #​194
  • pytest-profiling: Add support to define element number for print_stats() #​96
  • pytest-profiling: Fix mock in test_writes_summary #​223
  • pytest-virtualenv: Modernised package. #​188 #​185 #​182 #​163
  • pytest-virtualenv: Fixed virtualenv creation on Windows. #​142
  • pytest-virtualenv: Added delete_workspace parameter to VirtualEnv. #​195
  • pytest-virtualenv: Removed extras_require. #​240
  • ci: Remove usage of deprecated distutils. #​189
  • ci: Disabled jenkins server tests on CircleCI to improve build time.
  • ci: Fixed collections import for py 3.11 compatibility #​222

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.91%. Comparing base (f973eb9) to head (6e29165).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #775   +/-   ##
=======================================
  Coverage   89.91%   89.91%           
=======================================
  Files          19       19           
  Lines        1130     1130           
=======================================
  Hits         1016     1016           
  Misses        114      114           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant