Skip to content
  • Ben Gamari's avatar
    testsuite: Fix Windows platform test · e35fe8d5
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    Previously we used platform.system() and while this worked fine (e.g.
    returned `Windows`, as expected) locally under both msys and MingW64
    Python distributions, it inexplicably returned `MINGW64_NT-10.0`
    under MingW64 Python on CI. It seems os.name is more reliable so we now
    use that instead..
    e35fe8d5