-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Merge master into features #4785
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
Merge master into features #4785
Conversation
…n build directories that symlink to actual source.
The workaround was removed from the logging module by creating python properties for verbosity related settings in the terminalreporter. Closes: pytest-dev#4733
pytest.main: collect: factor out _visit_filter
Fix "ValueError: Plugin already registered" exceptions when running in build directories that symlink to actual source.
…etadata Ignore pip-generated 'pip-wheel-metadata' folder [skip ci]
Remove terminal_reporter workaround from logging.py
Document junit_family option in the reference docs
tox-dev/tox#706 has been fixed.
Clarify pytest_assertrepr_compare docs per pytest-dev#4759
tox: use deps for pluggymaster testenvs
This can spam a lot of warnings (per invocation), e.g.: > lsof: WARNING: can't stat() nsfs file system /run/docker/netns/default Output information may be incomplete. Or from Travis/MacOS: > lsof: WARNING: can't stat() vmhgfs file system /Volumes/VMware Shared Folders > Output information may be incomplete. > assuming "dev=31000003" from mount table
While I think that pdb++ should be fixed in this regard (by using `pdb.Pdb`, and not `self.__class__` maybe), this ensures that custom debuggers like this are working.
…_and_file_in_args Fix handling of pkg init and test file via args
--lsof: suppress stderr
flatten is an alias in more-itertools anyway
Constrain more_itertools for Python 2.7 compatibility
pdbpp: fix capturing with recursive debugging
Just a few environments for now to see how it will behave for a few days
Does not work on Azure Pipelines at all unfortunately
Replace flatten() with chain.from_iterable
Preparing release version 4.2.1
Set up CI with Azure Pipelines [skip travis] [skip appveyor]
Conflicts: tox.ini
/me waiting for GitHub Actions to try to do this automatically 😁 |
How would this work? In this case probably not anyway, since there were conflicts in tox.ini. |
I didn't use GitHub Actions yet, but I think it could, after every merge to
Oh yeah in that case we need to do it by hand. |
A bit too much probably, no? |
Possibly, but I suppose we can try to do that daily for example (if there are changes), but also we can try a few frequencies until we find the right spot. |
Hmm, no codecov status/comment.. the site says that their service is partially degraded. |
No description provided.