python3Packages.aiohttp-swagger: remove tests

all the tests are broken

jopejoe1 ba4935b9 914592a8

Changed files
-11
pkgs
development
python-modules
aiohttp-swagger
-11
pkgs/development/python-modules/aiohttp-swagger/default.nix
···
aiohttp,
jinja2,
markupsafe,
-
pytest-aiohttp,
-
pytestCheckHook,
pythonOlder,
pyyaml,
}:
···
pyyaml
];
-
nativeCheckInputs = [
-
pytestCheckHook
-
pytest-aiohttp
-
];
-
pythonRelaxDeps = [
"markupsafe"
"jinja2"
-
];
-
-
disabledTestPaths = [
-
"tests/conftest.py"
];
pythonImportsCheck = [ "aiohttp_swagger" ];