Bruno Oliveira
|
65c2a81924
|
Remove ExceptionInfo.__str__, falling back to __repr__
Fix #5412
|
2019-06-06 12:20:32 -03:00 |
Bruno Oliveira
|
450d264623
|
ci: move coverage reporting to shared script (#5403)
ci: move coverage reporting to shared script
|
2019-06-06 12:04:32 -03:00 |
Daniel Hahler
|
0fd1f3038c
|
ci: move coverage reporting to shared script
|
2019-06-06 16:31:39 +02:00 |
Bruno Oliveira
|
9f8b566ea9
|
Turn PytestDeprecationWarning into error (#5410)
Turn PytestDeprecationWarning into error
|
2019-06-05 22:20:14 -03:00 |
Bruno Oliveira
|
3656885d0d
|
Fix verbosity bug in --collect-only (#5391)
Fix verbosity bug in --collect-only
|
2019-06-05 20:47:59 -03:00 |
Thomas Hisch
|
577b0dffe7
|
Fix verbosity bug in --collect-only
|
2019-06-05 20:10:16 -03:00 |
Bruno Oliveira
|
8f5cb461a8
|
Turn PytestDeprecationWarning into error
Fix #5402
|
2019-06-05 19:02:52 -03:00 |
Daniel Hahler
|
be84ba8a33
|
Merge pull request #5396 from blueyed/travis-py37-nocov
Revert "Enable coverage for 'py37' environment"
|
2019-06-05 12:40:46 +02:00 |
Daniel Hahler
|
d9eafbdee3
|
Revert "Enable coverage for 'py37' environment"
This reverts commit 6d393c5dc8 .
It should not be necessary, because we have it via other jobs already.
|
2019-06-05 12:12:58 +02:00 |
Daniel Hahler
|
190456aeda
|
Merge pull request #5406 from blueyed/restore-tracing
tests: restore tracing function
|
2019-06-05 11:50:56 +02:00 |
Daniel Hahler
|
aab5687093
|
tests: restore tracing function
Without this, `testing/test_pdb.py` (already without pexpect) will cause
missing test coverage afterwards (for the same process).
|
2019-06-05 11:26:48 +02:00 |
Anthony Sottile
|
5fdc2d7744
|
Merge pull request #5400 from asottile/prefixes
Clean up u' prefixes and py2 bytes conversions
|
2019-06-04 19:03:12 -07:00 |
Anthony Sottile
|
25cef55e4a
|
Merge pull request #5398 from nicoddemus/kwargs-refactoring
Use keyword-only arguments in a few places
|
2019-06-04 18:21:44 -07:00 |
Anthony Sottile
|
be2be040f9
|
Clean up u' prefixes and py2 bytes conversions
|
2019-06-04 17:50:34 -07:00 |
Anthony Sottile
|
0f4992c223
|
Merge pull request #5393 from nicoddemus/unittest-self-5390
item.obj is again a bound method on TestCase function items
|
2019-06-04 17:48:48 -07:00 |
Bruno Oliveira
|
23cd68b667
|
Use keyword-only arguments in a few places
|
2019-06-04 21:10:59 -03:00 |
Bruno Oliveira
|
79ef04888e
|
Merge pull request #5389 from dirk-thomas/patch-1
fix logic if importlib_metadata.PathDistribution.files is None [breaks pytest 4.6.0|1|2]
|
2019-06-04 20:25:21 -03:00 |
Bruno Oliveira
|
1f8fd421c4
|
item.obj is again a bound method on TestCase function items
Fix #5390
|
2019-06-04 20:22:49 -03:00 |
Bruno Oliveira
|
76d50801fd
|
Allow pypy3 failures again (#5394)
Allow pypy3 failures again
|
2019-06-04 20:22:25 -03:00 |
Bruno Oliveira
|
9349c72cac
|
Allow pypy3 failures again
Related to #5317
|
2019-06-04 20:17:51 -03:00 |
Bruno Oliveira
|
883db6a216
|
Add test for packages with broken metadata
Related to #5389
|
2019-06-04 17:04:15 -03:00 |
Dirk Thomas
|
898e869bcd
|
add changelog file for #5389
|
2019-06-04 10:55:38 -07:00 |
Dirk Thomas
|
0a91e181af
|
fix logic if importlib_metadata.PathDistribution.files is None
|
2019-06-04 10:41:58 -07:00 |
Bruno Oliveira
|
6a6b6d8195
|
Remove --recreate from .travis.yml (#5384)
Remove --recreate from .travis.yml
|
2019-06-03 22:18:17 -03:00 |
Anthony Sottile
|
b95bb29fc2
|
Remove --recreate from .travis.yml
Looks like this has been in the history since the beginning of time, but we should always get a blank slate anyway
Noticed this in https://github.com/crsmithdev/arrow/pull/597
|
2019-06-03 16:31:06 -07:00 |
Bruno Oliveira
|
2a3d643bdf
|
Documentation: expansion of Monkeypatch to include mocked classes and dictionaries (#5315)
Documentation: expansion of Monkeypatch to include mocked classes and dictionaries
|
2019-06-03 19:30:29 -03:00 |
Bruno Oliveira
|
2cfd9c259f
|
Revert "ci: Travis: add pypy3 to allowed failures temporarily" (#5378)
Revert "ci: Travis: add pypy3 to allowed failures temporarily"
|
2019-06-03 17:59:24 -03:00 |
Bruno Oliveira
|
927e95c65a
|
[release notes] Merge pull request #5379 from asottile/release-4.6.2 (#5380)
[release notes] Merge pull request #5379 from asottile/release-4.6.2
|
2019-06-03 16:35:21 -03:00 |
Anthony Sottile
|
9657166a22
|
Merge pull request #5379 from asottile/release-4.6.2
Preparing release version 4.6.2
|
2019-06-03 12:19:42 -07:00 |
Bruno Oliveira
|
f223d26111
|
Add a new Exceptions section in documentation and document UsageError (#5231)
Add a new Exceptions section in documentation and document UsageError
|
2019-06-03 14:41:04 -03:00 |
Pulkit Goyal
|
1d6bbab2b0
|
Add a new Exceptions section in documentation and document UsageError
|
2019-06-03 14:23:56 -03:00 |
Daniel Hahler
|
606d728697
|
Revert "Revert "Revert "ci: Travis: add pypy3 to allowed failures temporarily"""
|
2019-06-03 18:54:40 +02:00 |
Daniel Hahler
|
3a8b08275d
|
Merge pull request #5377 from blueyed/pypy3
Revert "Revert "ci: Travis: add pypy3 to allowed failures temporarily""
|
2019-06-03 18:33:57 +02:00 |
Daniel Hahler
|
e770db4c91
|
Revert "Revert "ci: Travis: add pypy3 to allowed failures temporarily""
This reverts commit a6dc283133 .
|
2019-06-03 18:30:50 +02:00 |
Anthony Sottile
|
63099bc282
|
Merge pull request #5373 from asottile/revert_all_handling
Revert unrolling of `all()`
|
2019-06-03 09:18:47 -07:00 |
Bruno Oliveira
|
4f57d40a43
|
Merge master into features (#5374)
Merge master into features
|
2019-06-03 13:14:31 -03:00 |
Anthony Sottile
|
230f736fcd
|
Add changelog entries for reverting all() handling
|
2019-06-03 08:42:03 -07:00 |
Anthony Sottile
|
1b381d5277
|
Revert "Unroll calls to any #5062 (#5103)"
This reverts commit 2b9ca34280 , reversing
changes made to 0a57124063 .
|
2019-06-03 08:42:03 -07:00 |
Anthony Sottile
|
2125d04501
|
Revert "Fix all() unroll for non-generators/non-list comprehensions (#5360)"
This reverts commit 733f43b02e , reversing
changes made to e4fe41ebb7 .
|
2019-06-03 08:42:03 -07:00 |
Anthony Sottile
|
5976f36240
|
Merge pull request #5368 from asottile/pyupgrade
Automated / semi-automated python3 upgrades
|
2019-06-03 08:41:37 -07:00 |
Bruno Oliveira
|
ce78c9adef
|
Fix linting
|
2019-06-03 12:08:50 -03:00 |
Bruno Oliveira
|
6d393c5dc8
|
Enable coverage for 'py37' environment
|
2019-06-03 12:08:02 -03:00 |
Anthony Sottile
|
8292644015
|
Allow multiple positions for the SyntaxError in pypy3.6
|
2019-06-03 12:08:02 -03:00 |
Anthony Sottile
|
96fd44e040
|
Update line number for warning
|
2019-06-03 12:08:02 -03:00 |
Anthony Sottile
|
5dcf85c17e
|
manual: remove dependence on six
|
2019-06-03 12:08:02 -03:00 |
Anthony Sottile
|
ca1efd57bd
|
git rm src/_pytest/_code/_py2traceback.py
|
2019-06-03 12:08:02 -03:00 |
Anthony Sottile
|
c63320cc31
|
codecs.open / io.open
|
2019-06-03 12:08:02 -03:00 |
Anthony Sottile
|
4df529e5b9
|
Clean up __future__ and coding: in tests
|
2019-06-03 12:08:02 -03:00 |
Anthony Sottile
|
a91fe1fedd
|
pre-commit run pyupgrade --all-files
|
2019-06-03 12:08:02 -03:00 |
Anthony Sottile
|
3f1ec520fc
|
pre-commit run reorder-python-imports --all-files
|
2019-06-03 12:08:01 -03:00 |