|  Bruno Oliveira | 96aad2983b | Move code to get width of current line to a function | 2018-08-30 21:16:35 -03:00 | 
				
					
						|  wim glenn | c18a5b5179 | try to be backwards compat | 2018-08-30 19:06:20 -05:00 | 
				
					
						|  wim glenn | 29c5ac71bc | improve line width estimate | 2018-08-30 18:59:58 -05:00 | 
				
					
						|  Steve Piercy | bde3d1a0cd | Use https; save a redirect | 2018-08-28 14:34:39 -07:00 | 
				
					
						|  Ronny Pfannschmidt | 57a8f208bc | fix #3757 by pinning to pathlib2 that supports __fspath__ | 2018-08-01 11:45:39 +02:00 | 
				
					
						|  Bruno Oliveira | e3d412d1f4 | Warn when implementations exist for pytest_namespace hook This hook has been deprecated and will be removed in the future.
Fix #2639 | 2018-07-29 22:20:23 -03:00 | 
				
					
						|  Bruno Oliveira | 0e47599572 | Merge remote-tracking branch 'upstream/master' into merge-master-into-features | 2018-07-29 21:15:51 -03:00 | 
				
					
						|  Bruno Oliveira | 7f27512a48 | Pin pluggy to <0.8 | 2018-07-28 09:46:35 -03:00 | 
				
					
						|  Ronny Pfannschmidt | 89e0a3ec27 | merge from master to features | 2018-06-26 17:01:05 +02:00 | 
				
					
						|  Ronny Pfannschmidt | 603df1ea1c | whops, its supported starting with python 3.6, not python 3.5 | 2018-06-22 23:56:22 +02:00 | 
				
					
						|  Ronny Pfannschmidt | abbf73ad1a | use pathlib2 up to python3.4 - damn the stdlib | 2018-06-22 23:56:22 +02:00 | 
				
					
						|  Ronny Pfannschmidt | c7eb53317b | port cache plugin internals to pathlib warning logging got broken by detanglement from config | 2018-06-22 23:56:22 +02:00 | 
				
					
						|  Anthony Sottile | b285078db4 | Merge pull request #3535 from RonnyPfannschmidt/config-split begin to turn config into package | 2018-06-15 10:28:06 -07:00 | 
				
					
						|  Anthony Sottile | c1d9ca81df | Remove setup.py test now that it's broken | 2018-06-07 22:01:14 -07:00 | 
				
					
						|  Ronny Pfannschmidt | bc2247219f | turn config into package this prepares the splitting | 2018-06-05 09:08:53 +02:00 | 
				
					
						|  Ronny Pfannschmidt | eaa882f3d5 | switch to src layout | 2018-05-26 09:10:38 +02:00 | 
				
					
						|  Ronny Pfannschmidt | 703e4b11ba | run black | 2018-05-23 16:48:46 +02:00 | 
				
					
						|  Bruno Oliveira | 63368e07ea | Merge remote-tracking branch 'upstream/master' into merge-master-into-features | 2018-04-24 21:26:45 -03:00 | 
				
					
						|  Bruno Oliveira | aa95a425d7 | Attempt to solve race-condition which corrupts .pyc files on Windows This uses of the `atomicwrites` library.
This is very hard to create a reliable test for.
Fix #3008 | 2018-04-12 08:19:28 -03:00 | 
				
					
						|  Bruno Oliveira | 37ee4fbc48 | Add additional project urls to setup.py According to:
https://packaging.python.org/tutorials/distributing-packages/#project-urls
Those URLs are displayed in the project page in Warehouse (new PyPI). | 2018-04-11 23:46:17 -03:00 | 
				
					
						|  Stefan Scherfke | 9aa2a83785 | Use correct spelling for "more-itertools" | 2018-04-03 16:48:32 +02:00 | 
				
					
						|  Bruno Oliveira | 25399da904 | Reintroduce more_itertools dependency Reintroduce more_itertools that was added in #3265, now in the features branch | 2018-03-04 10:59:46 -03:00 | 
				
					
						|  Ronny Pfannschmidt | de2de00de9 | update setup.py for the mark package | 2018-02-22 14:19:31 +01:00 | 
				
					
						|  Bruno Oliveira | 3bc8b50a0d | Merge pull request #3228 from thisch/update_attr Update minimal attrs library to v17.4.0 | 2018-02-17 20:19:07 -02:00 | 
				
					
						|  Thomas Hisch | 82cdc487ce | Fix raised warning when attrs 17.4.0 is used Related: #3223 | 2018-02-15 21:09:44 +01:00 | 
				
					
						|  Bruno Oliveira | e289c60c3a | Support py37 officially Python 3.7.0b1 has been released:
	https://www.python.org/downloads/release/python-370b1/
Fix #3168 | 2018-02-02 17:15:16 -02:00 | 
				
					
						|  Tzu-ping Chung | b256cd2a6a | Add support for new environment marker usages | 2018-01-09 21:34:11 +08:00 | 
				
					
						|  Bruno Oliveira | 0de1a65644 | Update pluggy pin to pluggy>=0.5,<0.7 after pluggy-0.6 release | 2017-11-24 14:42:25 -02:00 | 
				
					
						|  Bruno Oliveira | 7a7cb8c8c5 | Require py>=1.5.0 | 2017-11-21 21:01:41 -02:00 | 
				
					
						|  Bruno Oliveira | c7be83ac47 | Update pluggy pin to 0.5.* | 2017-11-15 13:00:29 -02:00 | 
				
					
						|  Florian Bruhin | 1aeb58b531 | Merge pull request #2928 from nicoddemus/python-requires Prevent pip from installing pytest in unsupported Python versions | 2017-11-15 09:46:04 +01:00 | 
				
					
						|  Bruno Oliveira | e87ff07370 | Prevent pip from installing pytest in unsupported Python versions Fix #2922 | 2017-11-14 22:27:15 -02:00 | 
				
					
						|  Bruno Oliveira | 3b3bf9f53d | Merge remote-tracking branch 'upstream/master' into merge-master-into-features | 2017-11-14 18:42:29 -02:00 | 
				
					
						|  Bruno Oliveira | d26c1e3ad9 | Pin py<1.5 as 1.5 drops py26 and py33 support | 2017-11-12 21:50:11 -02:00 | 
				
					
						|  Ronny Pfannschmidt | 07b2b18a01 | introduce attrs as dependency and use it for FixtureFunctionMarker and marks | 2017-10-30 17:04:42 +01:00 | 
				
					
						|  Ceridwen | 3da28067f3 | Replace introspection in compat.getfuncargnames() with inspect/funcsigs.signature | 2017-10-19 16:01:26 -07:00 | 
				
					
						|  Ronny Pfannschmidt | c750a5beec | Merge pull request #2794 from thisch/catchlog Merge pytest-catchlog plugin | 2017-10-12 09:02:46 +02:00 | 
				
					
						|  hugovk | ef732fc51d | Remove code for unsupported Python versions | 2017-10-10 08:54:56 +03:00 | 
				
					
						|  Ronny Pfannschmidt | 88366b393c | start the removal of python 2.6/3.3 support | 2017-10-09 16:35:33 +02:00 | 
				
					
						|  Thomas Hisch | a8e3effb6c | Upgrade py | 2017-09-22 22:27:49 +02:00 | 
				
					
						|  Bruno Oliveira | 11ec6aeafb | Add test environment using pluggy from master branch Fix #2737 | 2017-09-01 18:33:30 -03:00 | 
				
					
						|  Tyler Goodlet | fe415e3ff8 | Use latest patch release | 2017-08-25 11:49:02 -04:00 | 
				
					
						|  Tyler Goodlet | 756db2131f | Drop vendoring from packaging | 2017-08-24 16:53:24 -04:00 | 
				
					
						|  Tyler Goodlet | 333a9ad7fa | Stop vendoring pluggy Resolves #2716 | 2017-08-24 15:54:33 -04:00 | 
				
					
						|  Ronny Pfannschmidt | 9e62a31b63 | Merge pull request #2650 from srinivasreddy/2642 Fixed#2642: Convert py module references to six module | 2017-08-04 09:21:51 +02:00 | 
				
					
						|  Srinivas Reddy Thatiparthy | dc563e4954 | convert py module references to six module | 2017-08-04 08:05:03 +05:30 | 
				
					
						|  Lawrence Mitchell | f8bd693f83 | Add ordereddict to install_requires for py26 | 2017-07-26 14:41:10 +01:00 | 
				
					
						|  Andreas Pelme | c98ad2a0a0 | Install py 1.4.33 that contains the fnmatch py.std import fix. | 2017-05-31 08:32:51 +02:00 | 
				
					
						|  Ronny Pfannschmidt | e02cb6d7ce | restore setuptools_scm write_to usage | 2017-04-23 16:59:08 +02:00 | 
				
					
						|  Ronny Pfannschmidt | 2cf422733c | restore linting, drop _pytest._version for check-manifest | 2017-04-19 20:25:53 +02:00 |