======================================================================
FAIL: test_source_check (sciunit.unit_test.model_tests.CapabilitiesTestCase.test_source_check)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/asinha/Documents/02_Code/01_others/sciunit/sciunit/unit_test/model_tests.py", line 241, in test_source_check
self.assertFalse(MyCap1.source_check(MyModel2()))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: True is not false
----------------------------------------------------------------------
Ran 83 tests in 11.860s
FAILED (failures=1, skipped=2)
A test is failing on Py3.11 here:
Steps to reproduce:
pip install wheel pytestpip install .chmod +x test.sh./test.sh