summaryrefslogtreecommitdiff
path: root/pygments/styles/arduino.py
diff options
context:
space:
mode:
authorKurt McKee <contactme@kurtmckee.org>2020-09-07 12:26:33 -0500
committerGitHub <noreply@github.com>2020-09-07 19:26:33 +0200
commit945ed5ef268e2f3c7bbea42dfae1f8f844096f61 (patch)
tree16030a76a7d5d371db2828a94dd85fa79e4127c4 /pygments/styles/arduino.py
parent2b3ab6d6fe5c4064c3378315e9b49b3c6ef55b0e (diff)
downloadpygments-git-945ed5ef268e2f3c7bbea42dfae1f8f844096f61.tar.gz
Fix a Windows/PyPy3 test failure (#1533)
PyPy3 on Windows has a test failure in `test_cmdline:test_outfile()` when trying to unlink the temporary output file. The root cause is that `cmdline:inner_main()` does not explicitly close the file that it opens, and PyPy3 isn't auto-closing the file when `inner_main()` returns. This prevents the file from being unlinked, and the test case fails.
Diffstat (limited to 'pygments/styles/arduino.py')
0 files changed, 0 insertions, 0 deletions