diff --git a/pkgs/development/python-modules/aiohttp-swagger/default.nix b/pkgs/development/python-modules/aiohttp-swagger/default.nix index d25729fa2fae..7fd13e12ebbe 100644 --- a/pkgs/development/python-modules/aiohttp-swagger/default.nix +++ b/pkgs/development/python-modules/aiohttp-swagger/default.nix @@ -6,8 +6,6 @@ aiohttp, jinja2, markupsafe, - pytest-aiohttp, - pytestCheckHook, pythonOlder, pyyaml, }: @@ -37,20 +35,11 @@ buildPythonPackage rec { pyyaml ]; - nativeCheckInputs = [ - pytestCheckHook - pytest-aiohttp - ]; - pythonRelaxDeps = [ "markupsafe" "jinja2" ]; - disabledTestPaths = [ - "tests/conftest.py" - ]; - pythonImportsCheck = [ "aiohttp_swagger" ]; meta = {