Closed hollowscene closed 4 weeks ago
Dear @hollowscene
thank you for pointing this out and providing a pull request to resolve this issue. We have merged your PR (https://github.com/retostauffer/python-colorspace/pull/22) and successfully ran all tests on both, Windows and Linux.
Some more details can be found here: https://github.com/retostauffer/python-colorspace/pull/22#issuecomment-2396264315
Many thanks again @hollowscene for reviewing our submission to The Open Source Journal.
Your bug report and PR (#22) were greatly appreciated! I’ll be closing the issue at this time.
Five tests fail in
test_palettes_custom_palconfig_files.py
when test suite is run on Windows.Here is the full pytest output: pytest_results.txt
For quick access, the error message of one of those test fails:
This appears to be an OS difference caused by the tempfile package. Old but relevant StackOverflow answer.