add glob support for rsyncignores, add command line option to pass

additional rsyncignores. Thanks Anatoly Bubenkov.
This commit is contained in:
holger krekel
2013-12-06 13:26:09 +01:00
parent c505f00320
commit 6355c3e8d0
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,9 @@
1.10 unreleased 1.10 unreleased
------------------------- -------------------------
- add glob support for rsyncignores, add command line option to pass additional rsyncignores - add glob support for rsyncignores, add command line option to pass
additional rsyncignores. Thanks Anatoly Bubenkov.
- fix pytest issue382 - produce "pytest_runtest_logstart" event again - fix pytest issue382 - produce "pytest_runtest_logstart" event again
in master. Thanks Aron Curzon. in master. Thanks Aron Curzon.

View File

@@ -67,8 +67,6 @@ def pytest_configure(config, __multicall__):
tr = config.pluginmanager.getplugin("terminalreporter") tr = config.pluginmanager.getplugin("terminalreporter")
tr.showfspath = False tr.showfspath = False
def check_options(config): def check_options(config):
if config.option.numprocesses: if config.option.numprocesses:
config.option.dist = "load" config.option.dist = "load"