pykafka
pykafka copied to clipboard
Bump pytest from 4.6.2 to 6.2.2
Bumps pytest from 4.6.2 to 6.2.2.
Release notes
Sourced from pytest's releases.
6.2.2
pytest 6.2.2 (2021-01-25)
Bug Fixes
- #8152: Fixed "(<Skipped instance>)" being shown as a skip reason in the verbose test summary line when the reason is empty.
- #8249: Fix the
faulthandlerplugin for occasions when running withtwisted.loggerand usingpytest --capture=no.6.2.1
pytest 6.2.1 (2020-12-15)
Bug Fixes
#7678: Fixed bug where
ImportPathMismatchErrorwould be raised for files compiled in the host and loaded later from an UNC mounted path (Windows).#8132: Fixed regression in
approx: in 6.2.0approxno longer raisesTypeErrorwhen dealing with non-numeric types, falling back to normal comparison. Before 6.2.0, array types like tf.DeviceArray fell through to the scalar case, and happened to compare correctly to a scalar if they had only one element. After 6.2.0, these types began failing, because they inherited neither from standard Python number hierarchy nor fromnumpy.ndarray.
approxnow converts arguments tonumpy.ndarrayif they expose the array protocol and are not scalars. This treats array-like objects like numpy arrays, regardless of size.6.2.0
pytest 6.2.0 (2020-12-12)
Breaking Changes
- #7808: pytest now supports python3.6+ only.
Deprecations
#7469: Directly constructing/calling the following classes/functions is now deprecated:
_pytest.cacheprovider.Cache_pytest.cacheprovider.Cache.for_config()_pytest.cacheprovider.Cache.clear_cache()_pytest.cacheprovider.Cache.cache_dir_from_config()_pytest.capture.CaptureFixture_pytest.fixtures.FixtureRequest
... (truncated)
Changelog
Sourced from pytest's changelog.
Commits
b9c9876Prepare release version 6.2.28003fd2Merge pull request #8259 from nicoddemus/backport-82508d605b9Merge pull request #8250 from daq-tools/fix-twisted-capture14e0c3eMerge pull request #8225 from The-Compiler/training-update (#8226)45facc1Merge pull request #8224 from nicoddemus/backport-822099fe887Merge pull request #8220 from xuhdev/module-doc8dbf9dcMerge pull request #8167 from nicoddemus/backport-8166baaee21Add Changelog to setup.cfg (#8166)f7d1ab8Merge pull request #8163 from bluetech/backport-8152b8201c2Merge pull request #8152 from bluetech/empty-skip- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)