ahriman/tests/ahriman/core
Evgeniy Alekseev 43696b9920 Make optional dependencies trully optional (#67)
The issue appears when there is no boto, jinja and some other libraries
are not installed because the classes which use these libraries are
still being imported inside the package file. The fix removes those
imports from package root, because they should not be here, in fact,
content of report and upload packages must be imported only inside the
trigger class and only if they are actually required

This commit also adds setuptools as required dependency since it is used
for some parsers (previously it was provided dependency)
2022-09-11 01:44:06 +03:00
..
alpm Make optional dependencies trully optional (#67) 2022-09-11 01:44:06 +03:00
auth dynamic html load (#63) 2022-05-20 22:29:36 +03:00
build_tools patch architecture list in runtime (#66) 2022-08-09 15:18:20 +03:00
database frozen dataclasses 2022-07-26 14:40:28 +03:00
formatters add shell and version parser 2022-05-27 18:34:07 +03:00
report Make optional dependencies trully optional (#67) 2022-09-11 01:44:06 +03:00
repository fix case with package name which cannot be downloaded 2022-06-27 18:53:48 +03:00
sign Make optional dependencies trully optional (#67) 2022-09-11 01:44:06 +03:00
status frozen dataclasses 2022-07-26 14:40:28 +03:00
triggers add ability to run only speicifed triggers from command line 2022-05-12 18:43:36 +03:00
upload Make optional dependencies trully optional (#67) 2022-09-11 01:44:06 +03:00
conftest.py Complete official repository support (#59) 2022-05-03 00:49:32 +03:00
test_configuration.py review loggers 2022-06-21 11:48:42 +03:00
test_exceptions.py add test for every file 2021-10-14 03:34:12 +03:00
test_lazy_logging.py review loggers once more 2022-06-27 01:41:49 +03:00
test_spawn.py strict test checks 2022-03-04 02:04:52 +03:00
test_tree.py simplify tmpdir method 2022-06-28 19:11:38 +03:00
test_util.py simplify tmpdir method 2022-06-28 19:11:38 +03:00