Branch: refs/heads/features
Home: https://github.com/pytest-dev/pytest
Commit: cfaf3600c1d9ea2b45d9b801a47379304fd7e455
https://github.com/pytest-dev/pytest/commit/cfaf3600c1d9ea2b45d9b801a47379304fd7e455
Author: Jason R. Coombs <jar...@jaraco.com>
Date: 2018-02-27 (Tue, 27 Feb 2018)
Changed paths:
M _pytest/python_api.py
M setup.py
Log Message:
-----------
Consolidate behavior by using filterfalse and always_iterable
Commit: 14a9b1ec838fc1b2bb530458757c0bb9a67f164d
https://github.com/pytest-dev/pytest/commit/14a9b1ec838fc1b2bb530458757c0bb9a67f164d
Author: Bruno Oliveira <nicodde...@gmail.com>
Date: 2018-02-28 (Wed, 28 Feb 2018)
Changed paths:
A changelog/3265.trivial.rst
Log Message:
-----------
Add CHANGELOG for #3265
Commit: 3b757b1b8ca1c5a90919bcb070333afd0fe6d83a
https://github.com/pytest-dev/pytest/commit/3b757b1b8ca1c5a90919bcb070333afd0fe6d83a
Author: Ronny Pfannschmidt <opensou...@ronnypfannschmidt.de>
Date: 2018-03-01 (Thu, 01 Mar 2018)
Changed paths:
M _pytest/python_api.py
A changelog/3265.trivial.rst
M setup.py
Log Message:
-----------
Merge pull request #3265 from pytest-dev/feature/always-iterable-refactor
Consolidate behavior by using filterfalse and always_iterable
Commit: 30453057e88de4274d6d4e7532eb89da723d4825
https://github.com/pytest-dev/pytest/commit/30453057e88de4274d6d4e7532eb89da723d4825
Author: Maik Figura <m...@maikfigura.de>
Date: 2018-03-03 (Sat, 03 Mar 2018)
Changed paths:
M _pytest/logging.py
A changelog/3209.doc
M doc/en/plugins.rst
Log Message:
-----------
Add logging plugin to plugins list
Commit: 46f5d7a1bb7edc6883e6141d1d272a4db4be8cc0
https://github.com/pytest-dev/pytest/commit/46f5d7a1bb7edc6883e6141d1d272a4db4be8cc0
Author: Maik Figura <m...@maikfigura.de>
Date: 2018-03-04 (Sun, 04 Mar 2018)
Changed paths:
R changelog/3209.doc
A changelog/3209.doc.rst
Log Message:
-----------
Add filetype to changelog fragment
Commit: 056d9e8dc232229fc9c0e86b26d43f9c000656fa
https://github.com/pytest-dev/pytest/commit/056d9e8dc232229fc9c0e86b26d43f9c000656fa
Author: Maik Figura <m...@maikfigura.de>
Date: 2018-03-04 (Sun, 04 Mar 2018)
Changed paths:
M _pytest/main.py
A changelog/3241.bugfix.rst
Log Message:
-----------
Use `isdir` instead of `exists`
Commit: 9a2e0c061d0a51c6a4f08c8b8f609fd04ac10ce7
https://github.com/pytest-dev/pytest/commit/9a2e0c061d0a51c6a4f08c8b8f609fd04ac10ce7
Author: Bruno Oliveira <nicodde...@gmail.com>
Date: 2018-03-03 (Sat, 03 Mar 2018)
Changed paths:
M changelog/3241.bugfix.rst
Log Message:
-----------
Update 3241.bugfix.rst
Commit: 07e768ab68ad44bdf2c441d0ba7524d646ffdbf8
https://github.com/pytest-dev/pytest/commit/07e768ab68ad44bdf2c441d0ba7524d646ffdbf8
Author: Bruno Oliveira <nicodde...@gmail.com>
Date: 2018-03-03 (Sat, 03 Mar 2018)
Changed paths:
M _pytest/logging.py
A changelog/3209.doc.rst
M doc/en/plugins.rst
Log Message:
-----------
Merge pull request #3275 from maiksensi/docs/3209-add-logging-plugin
Add logging plugin to plugins list
Commit: e980fbbe391aca04c448d2ac9670396da4e8105e
https://github.com/pytest-dev/pytest/commit/e980fbbe391aca04c448d2ac9670396da4e8105e
Author: Bruno Oliveira <nicodde...@gmail.com>
Date: 2018-03-04 (Sun, 04 Mar 2018)
Changed paths:
M _pytest/main.py
A changelog/3241.bugfix.rst
Log Message:
-----------
Merge pull request #3277 from maiksensi/bug/3241-check-if-dir-exists
Use `isdir` instead of `exists`
Commit: 65534682aaa659354efda5c582015066e92bd4db
https://github.com/pytest-dev/pytest/commit/65534682aaa659354efda5c582015066e92bd4db
Author: Bruno Oliveira <nicodde...@gmail.com>
Date: 2018-03-04 (Sun, 04 Mar 2018)
Changed paths:
M _pytest/python_api.py
R changelog/3265.trivial.rst
M setup.py
Log Message:
-----------
Revert introduction of more_itertools
This was merged on master but really should be on features: we should not
add new dependencies in bug-fix releases
This reverts commits:
* cfaf3600c1d9ea2b45d9b801a47379304fd7e455
* 14a9b1ec838fc1b2bb530458757c0bb9a67f164d
Commit: 54884b8c870b53e5171ceb7762079a86214e63ee
https://github.com/pytest-dev/pytest/commit/54884b8c870b53e5171ceb7762079a86214e63ee
Author: Bruno Oliveira <nicodde...@gmail.com>
Date: 2018-03-04 (Sun, 04 Mar 2018)
Changed paths:
M _pytest/logging.py
M _pytest/main.py
A changelog/3209.doc.rst
A changelog/3241.bugfix.rst
M doc/en/plugins.rst
Log Message:
-----------
Merge branch 'revert-more_itertools-master' into introduce-more_itertools
Commit: 25399da9047d044174f090f1315f9a4244b91135
https://github.com/pytest-dev/pytest/commit/25399da9047d044174f090f1315f9a4244b91135
Author: Bruno Oliveira <nicodde...@gmail.com>
Date: 2018-03-04 (Sun, 04 Mar 2018)
Changed paths:
M _pytest/python_api.py
A changelog/3265.trivial.rst
M setup.py
Log Message:
-----------
Reintroduce more_itertools dependency
Reintroduce more_itertools that was added in #3265, now in the features branch
Commit: 9879ac5911c06c867d62c29fa498d8cd3248a085
https://github.com/pytest-dev/pytest/commit/9879ac5911c06c867d62c29fa498d8cd3248a085
Author: Bruno Oliveira <nicodde...@gmail.com>
Date: 2018-03-04 (Sun, 04 Mar 2018)
Changed paths:
M _pytest/logging.py
M _pytest/main.py
M _pytest/python_api.py
A changelog/3209.doc.rst
A changelog/3241.bugfix.rst
A changelog/3265.trivial.rst
M doc/en/plugins.rst
M setup.py
Log Message:
-----------
Merge pull request #3279 from nicoddemus/introduce-more_itertools
Re-Introduce more_itertools
Compare:
https://github.com/pytest-dev/pytest/compare/08831396a55d...9879ac5911c0
_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit