add glob support for rsyncignores, add command line option to pass
additional rsyncignores. Thanks Anatoly Bubenkov.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
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
|
||||
in master. Thanks Aron Curzon.
|
||||
|
||||
|
||||
@@ -67,8 +67,6 @@ def pytest_configure(config, __multicall__):
|
||||
tr = config.pluginmanager.getplugin("terminalreporter")
|
||||
tr.showfspath = False
|
||||
|
||||
|
||||
|
||||
def check_options(config):
|
||||
if config.option.numprocesses:
|
||||
config.option.dist = "load"
|
||||
|
||||
Reference in New Issue
Block a user