File: config.yml

package info (click to toggle)
fabric 3.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 988 kB
  • sloc: python: 4,816; makefile: 8
file content (9 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#
# Settings overrides for test-executed Invoke code. Test code typically tries
# specifying this via the -f CLI flag or the runtime arguments to Config().
#

run:
  # Disable all stdin mirroring by default. Otherwise, pytest's capture plugin
  # gets all upset. It looks difficult to change that, too.
  in_stream: false