Merge branch 'master' into add_remote_hook

This commit is contained in:
Bruno Oliveira
2019-02-15 09:23:32 -02:00
committed by GitHub
15 changed files with 283 additions and 48 deletions

View File

@@ -1 +0,0 @@
Fix report of module-level skips (``pytest.skip(reason, allow_module_level=True)``).

View File

@@ -1 +0,0 @@
Pytest versions older than 3.6 are no longer supported.

1
changelog/415.feature Normal file
View File

@@ -0,0 +1 @@
Improve behavior of ``--numprocesses=auto`` to work well with ``--pdb`` option.