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
Somethings wrong with the test test_find_input_files in <spine-items>\tests\tool\test_Tool.py. It fails when Github action runs the test on Windows Python 3.12. It did not fail previously so something has changed on Github and I can not reproduce the problem locally (ie. it always passes locally). I skipped the test for now.
Output from github action:
==========================================
FAIL: test_find_input_files (tests.tool.test_Tool.TestTool.test_find_input_files)
Test that input files are correctly found in resources
Traceback (most recent call last):
File "D:\a\spine-items\spine-items\tests\tool\test_Tool.py", line 203, in test_find_input_files
self.assertTrue(expected_urls["url3"] in result["input1.csv"] or expected_urls["url1"] in result["input1.csv"])
AssertionError: False is not true
Somethings wrong with the test
test_find_input_files
in<spine-items>\tests\tool\test_Tool.py
. It fails when Github action runs the test on Windows Python 3.12. It did not fail previously so something has changed on Github and I can not reproduce the problem locally (ie. it always passes locally). I skipped the test for now.Output from github action:
==========================================
FAIL: test_find_input_files (tests.tool.test_Tool.TestTool.test_find_input_files)
Test that input files are correctly found in resources
Traceback (most recent call last):
File "D:\a\spine-items\spine-items\tests\tool\test_Tool.py", line 203, in test_find_input_files
self.assertTrue(expected_urls["url3"] in result["input1.csv"] or expected_urls["url1"] in result["input1.csv"])
AssertionError: False is not true
Ran 320 tests in 148.848s
FAILED (failures=1)
Where,
The text was updated successfully, but these errors were encountered: