Ana Guerrero Lopez
Ana Guerrero Lopez
We have started getting the deprecation warning for distutils: ``` setup.py:21: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632...
The safeloader script has been failing for 3 weeks in the pre-release tests, see: https://github.com/avocado-framework/avocado/runs/6252641446?check_suite_focus=true Log output: ``` 2022-05-02T05:36:15.4686337Z RESULTS : PASS 1074 | ERROR 0 | FAIL 1 |...
Add a new GH Actions that can be run on-demand to test compatibility with avocado-vt Reference discussion: https://github.com/avocado-framework/avocado-vt/pull/3295
A lot of of the information from `setup.py/setup()` can be moved to a declarative `setup.cfg` file, see https://setuptools.pypa.io/en/latest/userguide/declarative_config.html Background discussion at https://github.com/avocado-framework/avocado/discussions/5051
In the moment of writing this issue, the master branch has 1044 lines longer than 79 characters. This ticket is about removing all these long lines and then enabling the...
Bandit is a tool designed to find common security issues in Python code . It can be installed with `pip install bandit` and it can run in avocado with `bandit...
Lots of the checkes made by codeclimate are from bandit https://docs.codeclimate.com/docs/bandit We currently run bandit under the experimenal checks, it'd would be interesting to check the configuration options and enable...
With version 91.0 Avocado have switched the default runner from an implementation named internally runner to a new architecture, that allows parallel execution of tests, called nrunner. Please, find more...
We have done a lot of improvements in the setup.py / Makefile of avocado (ref https://github.com/avocado-framework/avocado/issues/4372) and it'd be great to sync these changes in avocado-vt.