AntelopeIO / DUNES

Docker Utilities for Node Execution
Other
26 stars 17 forks source link

Fix tests on Windows #212

Closed mikelik closed 1 year ago

mikelik commented 1 year ago

Resolves #186

The only failing tests are:

FAILED tests/a100_ensure_container_image_test.py::test_ensure_conatiner_image - AssertionError:
FAILED tests/z9999_bootstrap_cdt_version_test.py::test_version_bootstrapping - OSError: [WinError 193]

which will stop failing after https://github.com/AntelopeIO/DUNE/issues/202 is done.

Unfortunately it is not possible to add Windows to CI or run Windows tests (because of https://github.com/AntelopeIO/DUNE/issues/186#issuecomment-1576354044)

ScottBailey commented 1 year ago

I suggest we keep this open until #208 is merged so we can confirm those tests pass...