Closed
Description
With #195, all tests under //examples
pass on Windows. But //experimental/examples/wheel:wheel_test
is still failing with the following error:
To reproduce:
bazel test --enable_runfiles //experimental/examples/wheel:wheel_test
INFO: From Testing //experimental/examples/wheel:wheel_test:
==================== Test output for //experimental/examples/wheel:wheel_test:
F..
======================================================================
FAIL: test_customized_wheel (__main__.WheelTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "c:\users\pcloudy\appdata\local\temp\Bazel.runfiles_pswzvc\runfiles\io_bazel_rules_python\experimental\examples\wheel\wheel_test.py", line 83, in test_customized_wheel
""")
AssertionError: 'example_customized-0.0.1.dist-info/METADATA,sha256=tHs-p7qH15975YZ1PFCi62WuotmLONn6axhXmk798O0,372\nexample_customized-0.0.1.dist-info/RECORD,,\nexample_customized-0.0.1.dist-info/WHEEL,sha256=F01lGfVCzcXUzzQHzUkBmXAcu_TXd5zqMLrvrspncJo,85\nexample_customized-0.0.1.dist-info/entry_points.txt,sha256=olLJ8FK88aft2pcdj4BD05F8Xyz83Mo51I93tRGT2Yk,74\nexperimental/examples/wheel/lib/data.txt,sha256=9vJKEdfLu8bZRArKLroPZJh1XKkK3qFMXiM79MBL2Sg,12\nexperimental/examples/wheel/lib/module_with_data.py,sha256=K_IGAq_CHcZX0HUyINpD1hqSKIEdCn58d9E9nhWF2EA,636\nexperimental/examples/wheel/lib/simple_module.py,sha256=72-91Dm6NB_jw-7wYQt7shzdwvk5RB0LujIah8g7kr8,636\nexperimental/examples/wheel/main.py,sha256=E0xCyiPg6fCo4IrFmqo_tqpNGtk1iCewobqD0_KlFd0,935\n' != 'example_customized-0.0.1.dist-info/METADATA,sha256=TeeEmokHE2NWjkaMcVJuSAq4_AXUoIad2-SLuquRmbg,372\nexample_customized-0.0.1.dist-info/RECORD,,\nexample_customized-0.0.1.dist-info/WHEEL,sha256=F01lGfVCzcXUzzQHzUkBmXAcu_TXd5zqMLrvrspncJo,85\nexample_customized-0.0.1.dist-info/entry_points.txt,sha256=olLJ8FK88aft2pcdj4BD05F8Xyz83Mo51I93tRGT2Yk,74\nexperimental/examples/wheel/lib/data.txt,sha256=9vJKEdfLu8bZRArKLroPZJh1XKkK3qFMXiM79MBL2Sg,12\nexperimental/examples/wheel/lib/module_with_data.py,sha256=K_IGAq_CHcZX0HUyINpD1hqSKIEdCn58d9E9nhWF2EA,636\nexperimental/examples/wheel/lib/simple_module.py,sha256=72-91Dm6NB_jw-7wYQt7shzdwvk5RB0LujIah8g7kr8,636\nexperimental/examples/wheel/main.py,sha256=E0xCyiPg6fCo4IrFmqo_tqpNGtk1iCewobqD0_KlFd0,935\n'
----------------------------------------------------------------------
Ran 3 tests in 0.003s
FAILED (failures=1)
================================================================================