33d4c96aa2 
								
							 
						 
						
							
							
								
								Merge pull request  #4830  from nicoddemus/warn-on-coroutine  
							
							... 
							
							
							
							Emit a warning when a coroutine test function is encountered 
							
						 
						
							2019-03-15 09:51:34 -03:00  
				
					
						
							
							
								 
						
							
								fa3cca51e1 
								
							 
						 
						
							
							
								
								Test pytest.skip in doctest  
							
							
							
						 
						
							2019-03-15 11:06:57 +09:00  
				
					
						
							
							
								 
						
							
								7afe17740f 
								
							 
						 
						
							
							
								
								Merge master into features  
							
							
							
						 
						
							2019-03-15 00:52:12 +01:00  
				
					
						
							
							
								 
						
							
								40072b9511 
								
							 
						 
						
							
							
								
								Emit a warning when a async def function is not handled by a plugin  
							
							... 
							
							
							
							Fix  #2224  
						
							2019-03-14 20:22:23 -03:00  
				
					
						
							
							
								 
						
							
								bdac9d3dd0 
								
							 
						 
						
							
							
								
								tests: improve test_pdb_interaction_doctest  
							
							... 
							
							
							
							- ignore pdbrc (might be done in general, but this was the only affected
  test)
- fail faster in case of unexpected failure 
							
						 
						
							2019-03-14 19:16:34 +01:00  
				
					
						
							
							
								 
						
							
								37158f5303 
								
							 
						 
						
							
							
								
								tests: fix test_pdb_interaction_continue_recursive with pdbpp  
							
							
							
						 
						
							2019-03-14 19:16:34 +01:00  
				
					
						
							
							
								 
						
							
								bd70f5c148 
								
							 
						 
						
							
							
								
								Add test for mtime issue in  #4903  
							
							
							
						 
						
							2019-03-14 10:16:08 -03:00  
				
					
						
							
							
								 
						
							
								d32ab6029f 
								
							 
						 
						
							
							
								
								Fix pytest tests invocation with custom PYTHONPATH  
							
							... 
							
							
							
							Fixes https://github.com/pytest-dev/pytest/issues/4913 
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com> 
							
						 
						
							2019-03-12 17:31:42 +01:00  
				
					
						
							
							
								 
						
							
								76687030f0 
								
							 
						 
						
							
							
								
								Merge branch 'master' into merge-master-into-features  
							
							... 
							
							
							
							Conflicts:
	appveyor.yml
	setup.py 
							
						 
						
							2019-03-05 19:07:36 +01:00  
				
					
						
							
							
								 
						
							
								8481e438bd 
								
							 
						 
						
							
							
								
								ci: revisit coverage reporting  
							
							... 
							
							
							
							This brings coverage back that got missing with 9dcd6f2#4839  / #4846 . 
							
						 
						
							2019-03-05 13:34:46 +01:00  
				
					
						
							
							
								 
						
							
								83558a0ba3 
								
							 
						 
						
							
							
								
								tests: make test_crash_on_closing_tmpfile_py27 more reliable  
							
							... 
							
							
							
							It fails reliable for me now without the fix from 9517c3a2a#2370  
							
						 
						
							2019-03-04 15:04:55 +01:00  
				
					
						
							
							
								 
						
							
								23ea04f910 
								
							 
						 
						
							
							
								
								Merge pull request  #4860  from nicoddemus/getfixturevalue-cleanup-1895  
							
							... 
							
							
							
							getfixturevalue does not correctly declare dependency with the calling fixture 
							
						 
						
							2019-03-03 15:56:45 -03:00  
				
					
						
							
							
								 
						
							
								c334adc78f 
								
							 
						 
						
							
							
								
								Apply suggestions from code review  
							
							... 
							
							
							
							Co-Authored-By: nicoddemus <nicoddemus@gmail.com> 
							
						 
						
							2019-03-03 11:20:00 -03:00  
				
					
						
							
							
								 
						
							
								0deb7b1696 
								
							 
						 
						
							
							
								
								Do not show "inifile:" string if there's no configuration file  
							
							
							
						 
						
							2019-03-02 11:45:08 -03:00  
				
					
						
							
							
								 
						
							
								53b8aa065c 
								
							 
						 
						
							
							
								
								Show testpaths option in the header if it has been used for collection  
							
							... 
							
							
							
							Fix  #4875  
						
							2019-03-02 11:35:32 -03:00  
				
					
						
							
							
								 
						
							
								6a2d122a50 
								
							 
						 
						
							
							
								
								Remove code debugging leftovers  
							
							
							
						 
						
							2019-03-02 09:56:15 -03:00  
				
					
						
							
							
								 
						
							
								d97473e551 
								
							 
						 
						
							
							
								
								Add test and CHANGELOG for  #1895  
							
							
							
						 
						
							2019-03-02 09:39:30 -03:00  
				
					
						
							
							
								 
						
							
								525639eaa0 
								
							 
						 
						
							
							
								
								Rename fixtures testing file to be consistent with the module name  
							
							
							
						 
						
							2019-03-02 09:37:30 -03:00  
				
					
						
							
							
								 
						
							
								7dceabfcb2 
								
							 
						 
						
							
							
								
								Ensure fixtures obtained with getfixturevalue() are finalized in the correct order  
							
							... 
							
							
							
							Fix  #1895  
						
							2019-03-02 09:36:16 -03:00  
				
					
						
							
							
								 
						
							
								4290cacb86 
								
							 
						 
						
							
							
								
								Merge pull request  #4864  from blueyed/isort-cfg  
							
							... 
							
							
							
							Add config for isort 
							
						 
						
							2019-03-01 18:44:56 +01:00  
				
					
						
							
							
								 
						
							
								f7a3e001f7 
								
							 
						 
						
							
							
								
								pdb: allow for --pdbclass=mod:attr.class  
							
							
							
						 
						
							2019-03-01 15:20:04 +01:00  
				
					
						
							
							
								 
						
							
								0d31e852b1 
								
							 
						 
						
							
							
								
								Run isort  
							
							
							
						 
						
							2019-03-01 14:24:18 +01:00  
				
					
						
							
							
								 
						
							
								a51dc0c7ce 
								
							 
						 
						
							
							
								
								Validate type with writing to captured output like without  
							
							... 
							
							
							
							Fixes https://github.com/pytest-dev/pytest/issues/4861 . 
							
						 
						
							2019-03-01 14:03:51 +01:00  
				
					
						
							
							
								 
						
							
								a868a9ac13 
								
							 
						 
						
							
							
								
								pdb: validate --pdbcls option  
							
							
							
						 
						
							2019-02-28 18:11:58 +01:00  
				
					
						
							
							
								 
						
							
								ccab469a0c 
								
							 
						 
						
							
							
								
								Fix test_argcomplete: use python -m pytest  
							
							... 
							
							
							
							Previously it was not run with a) xdist ("-c"), and b) "python -m
pytest" ("…/pytest.py", not executable). 
							
						 
						
							2019-02-27 16:52:46 +01:00  
				
					
						
							
							
								 
						
							
								a0207274f4 
								
							 
						 
						
							
							
								
								-p option now can be used to early-load plugins by entry-point name  
							
							... 
							
							
							
							Fixes  #4718  
						
							2019-02-24 13:20:17 -03:00  
				
					
						
							
							
								 
						
							
								a68f4fd2b9 
								
							 
						 
						
							
							
								
								Fix test failures after pluggy 1.8 release  
							
							... 
							
							
							
							pluggy now calls iter_entry_points with different arguments, and tests
which mocked that call need to be updated accordingly. 
							
						 
						
							2019-02-22 18:58:54 -03:00  
				
					
						
							
							
								 
						
							
								5b35241470 
								
							 
						 
						
							
							
								
								Merge pull request  #4812  from mitzkia/logging_from_runtest_logreport  
							
							... 
							
							
							
							Logging: Make pytest_runtest_logreport() hook available for logging 
							
						 
						
							2019-02-22 18:47:06 -03:00  
				
					
						
							
							
								 
						
							
								b26b731498 
								
							 
						 
						
							
							
								
								Logging: Make pytest_runtest_logreport() available for logging  
							
							... 
							
							
							
							Signed-off-by: Andras Mitzki <andras.mitzki@balabit.com> 
							
						 
						
							2019-02-22 05:14:44 +01:00  
				
					
						
							
							
								 
						
							
								9cb504ca9a 
								
							 
						 
						
							
							
								
								Add same environments to Azure as have in AppVeyor, except py37-freeze  
							
							... 
							
							
							
							py37-freeze will be tackled in https://github.com/pytest-dev/pytest/issues/4807  
							
						 
						
							2019-02-18 17:23:39 -03:00  
				
					
						
							
							
								 
						
							
								f0a9f9042f 
								
							 
						 
						
							
							
								
								Merge pull request  #4805  from nicoddemus/release-4.3.0  
							
							... 
							
							
							
							Release 4.3.0 
							
						 
						
							2019-02-18 17:18:50 -03:00  
				
					
						
							
							
								 
						
							
								5505826db9 
								
							 
						 
						
							
							
								
								Fix python3.8 / pypy failures  
							
							
							
						 
						
							2019-02-16 11:23:23 -08:00  
				
					
						
							
							
								 
						
							
								0395996756 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/master' into release-4.3.0  
							
							
							
						 
						
							2019-02-16 14:06:51 +00:00  
				
					
						
							
							
								 
						
							
								986dd84375 
								
							 
						 
						
							
							
								
								LoggingPlugin: Support to customize log_file from hook ( #4752 )  
							
							... 
							
							
							
							LoggingPlugin: Support to customize log_file from hook 
							
						 
						
							2019-02-16 12:01:21 -02:00  
				
					
						
							
							
								 
						
							
								6fb7269979 
								
							 
						 
						
							
							
								
								terminal: write_fspath_result: work around py bug  
							
							
							
						 
						
							2019-02-15 17:47:00 +01:00  
				
					
						
							
							
								 
						
							
								e3824d23bc 
								
							 
						 
						
							
							
								
								LoggingPlugin: Expose setting log_file_handler  
							
							... 
							
							
							
							- This patch allows to set log_file (path) from hook
Signed-off-by: Thomas Hisch
Signed-off-by: Andras Mitzki <andras.mitzki@balabit.com> 
							
						 
						
							2019-02-15 16:05:10 +01:00  
				
					
						
							
							
								 
						
							
								407d4a0cf0 
								
							 
						 
						
							
							
								
								collect: python: fix `AssertionError` with broken symlinks  
							
							... 
							
							
							
							Fixes https://github.com/pytest-dev/pytest/issues/4782 . 
							
						 
						
							2019-02-14 00:18:14 +01:00  
				
					
						
							
							
								 
						
							
								7b91952645 
								
							 
						 
						
							
							
								
								Merge master into features  
							
							... 
							
							
							
							Conflicts:
	tox.ini 
							
						 
						
							2019-02-13 17:58:16 +01:00  
				
					
						
							
							
								 
						
							
								f672b7e39e 
								
							 
						 
						
							
							
								
								Merge pull request  #4773  from nicoddemus/remove-py27-py34-deprecation-warning  
							
							... 
							
							
							
							Remove py27 py34 deprecation warning 
							
						 
						
							2019-02-12 21:42:07 -05:00  
				
					
						
							
							
								 
						
							
								e20e376881 
								
							 
						 
						
							
							
								
								Merge pull request  #4347  from blueyed/pdb-recursive-capture  
							
							... 
							
							
							
							pdbpp: fix capturing with recursive debugging 
							
						 
						
							2019-02-12 16:53:14 -02:00  
				
					
						
							
							
								 
						
							
								b41632e9a8 
								
							 
						 
						
							
							
								
								Revert "Show deprecation message when running under Python 2.7 and 3.4"  
							
							... 
							
							
							
							This reverts commit eb92e57509 
							
						 
						
							2019-02-12 10:39:25 -02:00  
				
					
						
							
							
								 
						
							
								f13935da53 
								
							 
						 
						
							
							
								
								Display --help/--version with ArgumentErrors  
							
							
							
						 
						
							2019-02-11 15:49:48 +01:00  
				
					
						
							
							
								 
						
							
								61b9246afe 
								
							 
						 
						
							
							
								
								Fix/improve handling of pkg init and test file via args  
							
							... 
							
							
							
							Ref: https://github.com/pytest-dev/pytest/issues/4344#issuecomment-441095934  
							
						 
						
							2019-02-11 15:04:24 +01:00  
				
					
						
							
							
								 
						
							
								9feb4941f4 
								
							 
						 
						
							
							
								
								pdb: fix capturing with recursive debugging and pdb++  
							
							... 
							
							
							
							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. 
							
						 
						
							2019-02-11 14:52:20 +01:00  
				
					
						
							
							
								 
						
							
								ed01dc6567 
								
							 
						 
						
							
							
								
								Merge pull request  #4652  from blueyed/RunResult-repr  
							
							... 
							
							
							
							Add __repr__ for RunResult 
							
						 
						
							2019-02-09 01:26:24 +01:00  
				
					
						
							
							
								 
						
							
								fc8800c71f 
								
							 
						 
						
							
							
								
								Merge pull request  #4722  from fetzerch/ignore_wildcards  
							
							... 
							
							
							
							Add ability to use globs when using --ignore 
							
						 
						
							2019-02-09 00:11:04 +01:00  
				
					
						
							
							
								 
						
							
								9bcbf552d6 
								
							 
						 
						
							
							
								
								Add __repr__ for RunResult  
							
							
							
						 
						
							2019-02-08 23:41:20 +01:00  
				
					
						
							
							
								 
						
							
								32c6d4f603 
								
							 
						 
						
							
							
								
								Merge pull request  #4738  from pstradomski/master  
							
							... 
							
							
							
							Fix "ValueError: Plugin already registered" exceptions when running in build directories that symlink to actual source. 
							
						 
						
							2019-02-08 19:57:14 -02:00  
				
					
						
							
							
								 
						
							
								9c03196e79 
								
							 
						 
						
							
							
								
								Merge master into features  
							
							
							
						 
						
							2019-02-08 22:02:29 +01:00  
				
					
						
							
							
								 
						
							
								64e8185ff7 
								
							 
						 
						
							
							
								
								Merge master into features  
							
							
							
						 
						
							2019-02-08 20:09:09 +01:00