Refactor failIf to assertFalse for Python 3.12 Compatibility This commit replaces deprecated failIf calls with assertFalse in the test_resourced_test_case.py file. The failIf method was removed in Python 3.12 [1-3]. . [1] https://docs.python.org/3.12/whatsnew/3.12.html#removed [2] https://github.com/python/cpython/issues/89325 [3] https://github.com/python/cpython/pull/28268
Remove non-deterministic FTBFS testBasicSortTests Previously, this test was excluded using nose command: --exclude=testresources.tests.test_optimising_test_suite.TestGraphStuff.testBasicSortTests Though this created #834964, so I'm now just removing the test from the .py file.