jeremiah-c-leary / vhdl-style-guide

Style guide enforcement for VHDL
GNU General Public License v3.0
192 stars 39 forks source link

Tests fail on Windows #1334

Open blmaier opened 3 days ago

blmaier commented 3 days ago

Environment Windows (Conda build)

Describe the bug Packaging vsg for Conda fails on Windows, due to pytest failures. The failing tests may indicate bugs on Windows. This is just a notice, the tests are not required to pass for Conda packaging and I do not have a Windows host to debug on.

20 tests report failing, see the link below for build output

====== 20 failed, 3070 passed, 2 warnings, 4 errors in 209.85s (0:03:29) ======

https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=1083448&view=logs&j=53c3d5f4-e7c7-5b53-4b94-211701b2ba17&t=8f042650-8479-5761-7a4a-8d021c0bb2de&l=10811

To Reproduce Run pytest on a Windows host

Expected behavior The tests pass

jeremiah-c-leary commented 3 days ago

Evening @blmaier ,

I will take a look at this, as soon as I can get python installed on my box.

--Jeremy