diff --git a/pkgs/development/python-modules/openfga-sdk/default.nix b/pkgs/development/python-modules/openfga-sdk/default.nix index 5fe2308eb536..03470cbc19b5 100644 --- a/pkgs/development/python-modules/openfga-sdk/default.nix +++ b/pkgs/development/python-modules/openfga-sdk/default.nix @@ -41,15 +41,9 @@ buildPythonPackage rec { nativeCheckInputs = [ mock + pytest-asyncio pytest-cov-stub pytestCheckHook - ] - ++ lib.optionals (pythonAtLeast "3.13") [ pytest-asyncio ]; - - disabledTests = lib.optionals (pythonAtLeast "3.13") [ - # These fail due to a race condition in the test mocks - "test_client_batch_check_multiple_request" - "test_client_batch_check_multiple_request_fail" ]; meta = {