You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #41, tests are failing on windows. Looking at the projects using pytest-testdox as a dependency, I think it is not an issue with the project, but seems to be something related to how tests are done.
I tried to use GH actions runner to debug it -- without success. As I don't want to abuse the GitHub's generosity of offering a windows runner and I don't have access to a windows machine, I need someone who uses windows to debug this issue.
The text was updated successfully, but these errors were encountered:
I know I'm unbelievably late to the party, but having just tested this (at least on Python 3.9), this works fine on Windows. Unless it was very specific issues with Windows support?
UPDATE: Having pushed testdox into my CI on GH actions, it runs fine, and tests pass, but testdox formatting is ignored entirely for every OS. I'm not sure if this is an intentional temp-patch, but it does format fine on my local Windows install.
Eithe way, just thought I'd leave this comment here.
As discussed in #41, tests are failing on windows. Looking at the projects using pytest-testdox as a dependency, I think it is not an issue with the project, but seems to be something related to how tests are done.
I tried to use GH actions runner to debug it -- without success. As I don't want to abuse the GitHub's generosity of offering a windows runner and I don't have access to a windows machine, I need someone who uses windows to debug this issue.
The text was updated successfully, but these errors were encountered: