Bruno Oliveira
ca032692a8
Merge pull request #407 from nicoddemus/pytest-logwarning-deprecation
...
Handle pytest_logwarning deprecation better and prepare next release
2019-01-28 18:52:09 -02:00
Bruno Oliveira
6fc02bb04a
Release 1.26.1
v1.26.1
2019-01-28 18:07:36 -02:00
Bruno Oliveira
c5f65b39ec
Do not implement pytest_logwarning in pytest versions where it is deprecated
...
Fix #406
2019-01-28 18:05:41 -02:00
Bruno Oliveira
f00f9ecf58
Merge pull request #403 from BoboTiG/fix-resource-leaks
...
Fix ResourceWarning: unclosed file in setup.py
2019-01-15 08:22:08 -02:00
Ronny Pfannschmidt
48b7014530
Merge pull request #401 from nicoddemus/mainargv-docs
...
Add docs for sys.argv access from workers
2019-01-15 06:16:41 +01:00
Bruno Oliveira
1dec9dc246
ReprEntry objects no longer have the localssep attribute
...
The attribute was not used anywhere and has been removed in
pytest-dev/pytest#4615
2019-01-14 21:59:05 -02:00
Mickaël Schoentgen
f6ecaa9b7f
Fix ResourceWarning: unclosed file in setup.py
...
Also uniformize the usage of the 'with' context manager.
Signed-off-by: Mickaël Schoentgen <contact@tiger-222.fr >
2019-01-14 22:59:36 +01:00
Bruno Oliveira
1276df4cfa
Add docs for sys.argv access from workers
2019-01-11 21:59:33 -02:00
Bruno Oliveira
ccdb36a477
Merge pull request #400 from nicoddemus/release-1.26.0
...
Release 1.26.0
2019-01-11 21:14:46 -02:00
Bruno Oliveira
45ddc221ef
Release 1.26.0
v1.26.0
2019-01-11 15:19:37 -02:00
Bruno Oliveira
c3dbd05bd1
Merge pull request #379 from aadamson/warning-details-dumps-check
...
Check that we can serialize the warning detail attr
2019-01-11 15:17:02 -02:00
Bruno Oliveira
b9423d894c
Fix linting
2019-01-10 19:19:34 -02:00
Alex Adamson
242c009866
Remove trailing whitespace
2019-01-10 15:50:25 -05:00
Alex Adamson
0ee219dc48
Address comments
2019-01-10 15:45:48 -05:00
bwilson
ad5e35213d
moving py import
2019-01-09 16:17:57 -06:00
Bruno Oliveira
76075f5de1
Merge pull request #397 from nicoddemus/do-not-change-pythonpath
...
Do not change PYTHONPATH or sys.path on workers
2019-01-09 18:40:02 -02:00
Bruno Oliveira
f8d51aab57
Do not change PYTHONPATH or sys.path on local workers
...
Fix #376
2019-01-09 11:14:35 -02:00
Alex Adamson
ac2bf10fe2
Disable unserialized arguments check for py2
2019-01-08 15:17:03 -05:00
Alex Adamson
fa85371c73
Add test for #379
2019-01-08 15:17:03 -05:00
Alex Adamson
d55fab3aa7
Add changelog entry
2019-01-08 15:17:03 -05:00
Alex Adamson
4632df37a6
Check that we can serialize the warning detail attr
2019-01-08 15:17:03 -05:00
Bruno Oliveira
ca94bda1b7
Merge pull request #396 from nicoddemus/fix-4.1.0-tests
...
Skip config.warn tests in pytest 4.1
2019-01-08 17:18:13 -02:00
Bruno Oliveira
261d4189f0
Skip config.warn tests in pytest 4.1
2019-01-08 10:57:14 -02:00
Bruno Oliveira
f283dddf36
Merge pull request #392 from nicoddemus/release-1.25.0
...
Release 1.25.0
2018-12-13 11:09:27 -02:00
Bruno Oliveira
6d74bab518
Merge remote-tracking branch 'upstream/master' into release-1.25.0
v1.25.0
2018-12-12 22:28:53 -02:00
Daniel Hahler
c306287a4e
Merge pull request #393 from nicoddemus/fix-master
...
Fix test_remote_usage_prog which started to break with pytest@features
2018-12-12 23:15:45 +01:00
Bruno Oliveira
2b65800738
Fix test_remote_usage_prog which started to break with pytest@features
2018-12-12 18:25:04 -02:00
Bruno Oliveira
86bf3cb8b3
Release 1.25.0
2018-12-12 15:24:02 -02:00
Bruno Oliveira
95aaaec6c5
Merge pull request #388 from blueyed/pass-mainargv
...
Pass and use original sys.argv to/with workers
2018-12-12 15:21:56 -02:00
Bruno Oliveira
33d5441258
Merge pull request #390 from nicoddemus/pytest-logwarning
...
Prepare for the removal of pytest_logwarning in pytest 4.1
2018-12-12 08:59:21 -02:00
Bruno Oliveira
b5c09f8e84
Add CHANGELOG
2018-12-11 18:49:40 -02:00
Bruno Oliveira
a30124e858
Prepare for the removal of pytest_logwarning in pytest 4.1
2018-12-11 18:46:30 -02:00
Bruno Oliveira
c5d8635294
Merge pull request #375 from ethanhs/silencenodes
...
Don't show node setup when running quiet
2018-12-11 18:08:42 -02:00
Bruno Oliveira
5f0abe3cb8
Merge remote-tracking branch 'upstream/master' into ethanhs/silencenodes
2018-12-11 14:35:25 -02:00
Bruno Oliveira
3332c99e1e
Improve verbosity test
2018-12-11 14:35:16 -02:00
Bruno Oliveira
3329bbbae2
Merge pull request #389 from nicoddemus/excinfo-fix-384
...
Fix ExceptionInfo usage for pytest 4.1
2018-12-11 14:23:21 -02:00
Bruno Oliveira
dd63d0b667
Merge pull request #386 from blueyed/minor
...
minor: fix error message and wrongly joined/blackified strings
2018-12-11 12:21:56 -02:00
Bruno Oliveira
dd6eac12a4
Fix ExceptionInfo usage for pytest 4.1
...
Fix #384
2018-12-11 12:19:34 -02:00
Daniel Hahler
a70dace69c
Pass and use original sys.argv to/with workers
...
This gets used e.g. by argparse for the "prog" part.
We could explicitly pass it through and/or set it on
config._parser.prog, but that is a bit tedious just for this use case,
and it looks like "simulating" the main prog here appears to not be that
bad of a hack after all.
2018-12-11 06:41:18 +01:00
Daniel Hahler
6a21a5aa81
minor: fix error message and wrongly joined/blackified strings
2018-12-05 19:46:14 +01:00
Ethan Smith
49c09117ed
Fix lint
2018-11-29 00:55:33 -08:00
Ethan Smith
566480fdd3
Add test and silence completely
2018-11-29 00:25:30 -08:00
bwilson
ab5f12f92e
Revert "Adding RemoteTarget class to wrap module/function"
...
This reverts commit 311554324a .
2018-11-26 09:49:11 -06:00
bwilson
b28c3d98c5
Revert "linting"
...
This reverts commit b94dcfe4cd .
2018-11-26 09:49:10 -06:00
Ronny Pfannschmidt
5ecbf25450
Merge pull request #380 from nicoddemus/fix-master
...
Skip test which needs pytest_namespace(), removed recently
2018-11-22 07:11:19 +01:00
Ronny Pfannschmidt
646eb868ab
Merge pull request #378 from tzickel/geventfix
...
fix a bug with gevent monkeypatch
2018-11-22 07:09:38 +01:00
Bruno Oliveira
50b27d2735
Skip test which needs pytest_namespace(), removed recently
2018-11-21 19:57:24 -02:00
tzickel
16db6eddd7
fix a bug with gevent monkeypatch
2018-11-21 18:59:28 +02:00
Ronny Pfannschmidt
f2061875e1
Merge pull request #377 from nicoddemus/pytest-4-fix
...
Update test that used deprecated cached_setup function
2018-11-16 19:35:04 +01:00
Bruno Oliveira
c4b365b082
Update test that used deprecated cached_setup function
2018-11-16 12:50:15 -02:00