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

requirements: update pytest-profiling requirement from <1.7.1 to <1.8.1 #3074

Merged
merged 1 commit into from
Oct 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 18, 2024

Updates the requirements on pytest-profiling to permit the latest version.

Release notes

Sourced from pytest-profiling's releases.

v1.8.0

  • 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 mirror was no longer available.
  • 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
Changelog

Sourced from pytest-profiling's changelog.

1.8.0 (2024-10-??)

  • 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

1.7.1 (2019-05-28)

  • pytest-profiling: Fix pytest-profiling to profile fixtures. #48
  • pytest-devpi-server: Fixed Python 3.4 support updating "ruamel.yaml" requirements. #138
  • ci: Added PYTEST_DONT_REWRITE in order to suppress module already imported. #123

1.7.0 (2019-02-21)

  • All: Support pytest >= 4.0.0
  • All: Support Python 3.7
  • pytest-server-fixtures: if host not defined on your machine, default to localhost
  • pytest-server-fixture: Pin to rethinkdb < 2.4.0 due to upstream API changes
  • pytest-verbose-parametrize: Add support for revamped marker infrastructure
  • pytest-verbose-parametrize: Fix integration tests to support pytest >= 4.1.0
  • pytest-virtualenv: Add virtualenv as install requirement. Fixes #122
  • pytest-webdriver: Fix RemovedInPytest4Warning using getfixturevalue
  • circleci: Fix checks by skipping coverall submission for developer without push access
  • wheels: Generate universal wheels installable with both python 2.x and 3.x
  • dist: Remove support for building and distributing *.egg files
  • VagrantFile: Install python 3.7 and initialize python 3.7 by default
  • Fix DeprecationWarning warnings using "logger.warning()" function

1.6.2 (2019-02-21)

... (truncated)

Commits
  • 286e040 Release 1.8.0 (#241)
  • 01b3fb2 Merge pull request #226 from man-group/224-fix-shutil
  • 1a74776 Remove outdated requirements, and fix another test
  • c16e075 Fix a few more tests
  • ebf746f Fix tests
  • 19e7cf5 Remove further path/path.py usage
  • b274dd8 Replace path/path.py with pathlib & os
  • f6a541b #224: Fix the use of Path and pin to a minimum version which includes the new...
  • 00895eb Merge pull request #217 from mikelolasagasti/new-termcolor
  • b0408fa Merge pull request #223 from s-t-e-v-e-n-k/pytest-profiling-fix-broken-mocking
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Updates the requirements on [pytest-profiling](https://github.com/man-group/pytest-plugins) to permit the latest version.
- [Release notes](https://github.com/man-group/pytest-plugins/releases)
- [Changelog](https://github.com/man-group/pytest-plugins/blob/master/CHANGES.md)
- [Commits](man-group/pytest-plugins@v1.0.0...1.8.0)

---
updated-dependencies:
- dependency-name: pytest-profiling
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the deps Dependency update label Oct 18, 2024
Copy link

This PR causes the following changes to the html docs (ubuntu-latest-3.11):

diff -r docs-base/ModulatoryProjection.html docs-head/ModulatoryProjection.html
272c272
< <a class="reference internal" href="Port.html"><span class="doc">Port</span></a> are listed in the Port’s <a class="reference internal" href="ParameterPort.html#psyneulink.core.components.ports.parameterport.ParameterPort.mod_afferents" title="psyneulink.core.components.ports.parameterport.ParameterPort.mod_afferents"><code class="xref any py py-attr docutils literal notranslate"><span class="pre">mod_afferents</span></code></a> attribute.</p>
---
> <a class="reference internal" href="Port.html"><span class="doc">Port</span></a> are listed in the Port’s <a class="reference internal" href="Mechanism.html#id7" title="psyneulink.core.components.mechanisms.mechanism.Mechanism_Base.mod_afferents"><code class="xref any py py-attr docutils literal notranslate"><span class="pre">mod_afferents</span></code></a> attribute.</p>
diff -r docs-base/Port.html docs-head/Port.html
616c616
< <code class="xref any docutils literal notranslate"><span class="pre">PathWayProjections</span></code> (listed in its <a class="reference internal" href="#psyneulink.core.components.ports.port.Port_Base.path_afferents" title="psyneulink.core.components.ports.port.Port_Base.path_afferents"><code class="xref any py py-attr docutils literal notranslate"><span class="pre">path_afferents</span></code></a> attribute) as the variable for its
---
> <code class="xref any docutils literal notranslate"><span class="pre">PathWayProjections</span></code> (listed in its <a class="reference internal" href="Mechanism.html#id6" title="psyneulink.core.components.mechanisms.mechanism.Mechanism_Base.path_afferents"><code class="xref any py py-attr docutils literal notranslate"><span class="pre">path_afferents</span></code></a> attribute) as the variable for its
diff -r docs-base/TransferFunctions.html docs-head/TransferFunctions.html
2361c2361
< <p><a class="reference internal" href="OptimizationFunctions.html#psyneulink.core.components.functions.optimizationfunctions.GradientOptimization.bounds" title="psyneulink.core.components.functions.optimizationfunctions.GradientOptimization.bounds"><code class="xref any py py-attr docutils literal notranslate"><span class="pre">bounds</span></code></a> – specifies the lower and upper limits of the result;  if there are none, the attribute is set to
---
> <p><a class="reference internal" href="#psyneulink.core.components.functions.transferfunctions.Exponential.bounds" title="psyneulink.core.components.functions.transferfunctions.Exponential.bounds"><code class="xref any py py-attr docutils literal notranslate"><span class="pre">bounds</span></code></a> – specifies the lower and upper limits of the result;  if there are none, the attribute is set to

...

See CI logs for the full diff.

@jvesely jvesely merged commit 97c8ed4 into devel Oct 20, 2024
36 checks passed
@jvesely jvesely deleted the dependabot/pip/devel/pytest-profiling-lt-1.8.1 branch October 20, 2024 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps Dependency update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant