1. Aug 25, 2016
  2. Aug 23, 2016
    • Wenzel Jakob's avatar
      Merge pull request #351 from dean0x7d/fix-win-test-capture · b692896f
      Wenzel Jakob authored
      Workaround for random failure of pytest capture on Windows
      b692896f
    • Dean Moldovan's avatar
      Workaround for random failure of pytest capture on Windows · b6ccdc95
      Dean Moldovan authored
      pytest can capture test output both globally (controlled by the cmd line
      flag --capture) or locally (`capsys` and `capfd` fixtures). Enabling both
      methods at the same time causes problems on Windows: test output is not
      captured sometimes, resulting in test failure. This happens seemingly at
      random.
      
      This workaround disables global output capture ("-s", i.e. "--capture=no")
      leaving only the local capture fixtures. As a side-effect test output on
      AppVeyor CI is a little messy, but this will have to do until a better
      solution is found.
      b6ccdc95
  3. Aug 22, 2016
  4. Aug 19, 2016
  5. Aug 18, 2016
  6. Aug 17, 2016
  7. Aug 16, 2016
  8. Aug 15, 2016
  9. Aug 14, 2016