python3Packages.aiolookin: disable tests

They're async, have previously been skipped and are now erroring out.

Changed files
+2 -5
pkgs
development
python-modules
aiolookin
+2 -5
pkgs/development/python-modules/aiolookin/default.nix
···
propagatedBuildInputs = [ aiohttp ];
+
doCheck = false; # all tests are async and no async plugin is configured
+
nativeCheckInputs = [
faker
pytest-aiohttp
pytest-mock
pytestCheckHook
-
];
-
-
disabledTests = [
-
# Not all tests are ready yet
-
"test_successful"
];
pythonImportsCheck = [ "aiolookin" ];