Skip to content

Use the correct log path for tests that use the "sb" fixture

Compare
Choose a tag to compare
@mdmintz mdmintz released this 02 Dec 20:20
· 3602 commits to master since this release
d77472c

Use the correct log path for tests that use the "sb" fixture

  • This resolves #1101
  • (Only Windows tests using the sb fixture were affected by this bug.)
  • Also refresh Python dependencies:
    -- ipython==7.30.1;python_version>="3.7"
    -- rich==10.15.2;python_version>="3.6"