conftest: be explicit about which config we touch
							parent
							
								
									3d8c1a7b3c
								
							
						
					
					
						commit
						40c5f39f0d
					
				| 
						 | 
					@ -164,7 +164,9 @@ def tmpconfdir(
 | 
				
			||||||
    # this top level testing process).
 | 
					    # this top level testing process).
 | 
				
			||||||
    from piker import config
 | 
					    from piker import config
 | 
				
			||||||
    config._config_dir: Path = tmpconfdir
 | 
					    config._config_dir: Path = tmpconfdir
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    conf, path = config.load(
 | 
					    conf, path = config.load(
 | 
				
			||||||
 | 
					        conf_name='brokers',
 | 
				
			||||||
        touch_if_dne=True,
 | 
					        touch_if_dne=True,
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue