python3Packages.aiohttp-swagger: remove tests
all the tests are broken
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user