forked from pytest-dev/pytest
-
Notifications
You must be signed in to change notification settings - Fork 0
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
4.6.x #1
Open
nicholas-codecov
wants to merge
131
commits into
main
Choose a base branch
from
4.6.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
4.6.x #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ytest-dev#5357) [4.6] Fix `pytest.mark.parametrize` when the argvalue is an iterator
…ev#5360) Fix all() unroll for non-generators/non-list comprehensions
[4.6] Fix all() unroll for non-generators/non-list comprehensions (pytest-dev#5360)
Preparing release version 4.6.1
Revert unrolling of `all()`
[4.6] Merge pull request pytest-dev#5373 from asottile/revert_all_handling
Preparing release version 4.6.2
Remove --recreate from .travis.yml
[4.6] Remove --recreate from .travis.yml (pytest-dev#5384)
item.obj is again a bound method on TestCase function items
…f-5390 (pytest-dev#5399) [4.6] Merge pull request pytest-dev#5393 from nicoddemus/unittest-self-5390
Without this, `testing/test_pdb.py` (already without pexpect) will cause missing test coverage afterwards (for the same process).
[4.6] tests: restore tracing function
Fix verbosity bug in --collect-only
[4.6] Fix verbosity bug in --collect-only (backport of pytest-dev#5391)
…sage Link deprecation docs pytest.raises 'message' warning
[4.6] Link deprecation docs pytest.raises 'message' warning
Preparing release version 4.6.3
Since then pytest itself adopted the behavior of interrupting the test session on collection errors, so --sw no longer needs to handle this. The --sw behavior seems have been implemented when pytest would continue execution even if there were collection errors.
Emit warning for broken object
[4.6] Backport unwrapper PR
Pin the colorama version only for Python 3.4
Preparing release version 4.6.8
…dev#6368) [4.6] Fix assertion rewriting module detection for egg dists
4.6: Update copyright year to 2020
Preparing release version 4.6.9
…-dev#6408) [4.6] Remove usage of parser module, deprecated in Python 3.9
Fix travis config and coverage report.
(cherry picked from commit ecd1e43)
[4.6.x][backport of PR pytest-dev#6337] Make 'S' and 'F' aliases to 's' and 'f' respectively
Preparing release version 4.6.11
Co-Authored-By: Miro Hrončok <[email protected]>
[4.6] testing: python 3.10 fix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.