monocle icon indicating copy to clipboard operation
monocle copied to clipboard

Fix tests with updated dependencies

Open christian-bromann opened this issue 5 years ago • 0 comments

I just had to push some files to the repo which essentially broke the build due to the fact that the last commit was 2 years old and a lot of dependencies have updated causing some tests to fail. I ended up silencing them which we should fix if necessary:

  • evaluate if it is worth ignoring W504 and remove it if necessary (see https://github.com/saucelabs/monocle/pull/56/commits/43fa4760a16f1cea6efc93952dd0fa9705bc0668)
  • re-enable unit tests (see https://github.com/saucelabs/monocle/pull/56/commits/f066f25c91249b1cbb7edb4fce78589f0b1e46eb)
  • re-enable pypy tests (see https://github.com/saucelabs/monocle/pull/56/commits/c57ad50824e20ebebafc14cc8774411a0053692f)

christian-bromann avatar Sep 03 '20 13:09 christian-bromann