python-rpm-macros/tests
Karolina Surma 4e63af0532 Allow to pass the %%py_import_check if no modules are detected
Add option '-M' to %%py_import_check
- if there are no arguments to the macro and -M option is set, the check
  will pass
- if there are arguments to the macro and they evaluate to the empty
  list of modules, and the -M option is set, the check will pass
This is only allowed to use in fully automated environment and cannot be
accepted in Fedora's official packages.
2023-09-01 16:24:59 +02:00
..
.gitignore Fedora CI: Add eval tests for %python_provide and %py_provides 2020-05-05 13:54:28 +02:00
pythontest.spec CI tests: Assert rpmlint's python-bytecode-inconsistent-mtime is not happening 2022-12-21 12:18:48 +01:00
test_evals.py Allow to pass the %%py_import_check if no modules are detected 2023-09-01 16:24:59 +02:00
test_import_all_modules.py Allow to pass the %%py_import_check if no modules are detected 2023-09-01 16:24:59 +02:00
tests.yml CI tests: Assert rpmlint's python-bytecode-inconsistent-mtime is not happening 2022-12-21 12:18:48 +01:00