Changeset - 2716e6059138
[Not reviewed]
0 2 0
Branko Majic (branko) - 16 days ago 2024-09-03 15:50:31
branko@majic.rs
MAR-218: Add back flake8 requirement for running tests:

- Requirements was dropped by accident.
2 files changed with 10 insertions and 1 deletions:
0 comments (0 inline, 0 general)
requirements.in
Show inline comments
 
# Ansible and role runtime.
 
ansible~=10.3
 
netaddr
 
python-ldap
 

	
 
# Development and testing.
 
ansible-lint
 
defusedxml
 
flake8
 
gimmecert
 
molecule[testinfra]~=24.8.0
 
molecule-plugins[vagrant]~=23.5.0
 
paramiko
 

	
 
# Documentation.
 
sphinx
 
sphinx-rtd-theme
 

	
 
# Python virtualenv management.
 
pip
 
pip-tools
requirements.txt
Show inline comments
 
@@ -56,24 +56,26 @@ cryptography==42.0.8
 
    #   gimmecert
 
    #   paramiko
 
defusedxml==0.7.1
 
    # via -r requirements.in
 
docutils==0.20.1
 
    # via
 
    #   sphinx
 
    #   sphinx-rtd-theme
 
enrich==1.2.7
 
    # via molecule
 
filelock==3.15.4
 
    # via ansible-lint
 
flake8==7.1.1
 
    # via -r requirements.in
 
gimmecert==1.0.0
 
    # via -r requirements.in
 
idna==3.8
 
    # via requests
 
imagesize==1.4.1
 
    # via sphinx
 
importlib-metadata==8.4.0
 
    # via ansible-lint
 
iniconfig==2.0.0
 
    # via pytest
 
jinja2==3.1.4
 
    # via
 
@@ -82,24 +84,26 @@ jinja2==3.1.4
 
    #   sphinx
 
jsonschema==4.23.0
 
    # via
 
    #   ansible-compat
 
    #   ansible-lint
 
    #   molecule
 
jsonschema-specifications==2023.12.1
 
    # via jsonschema
 
markdown-it-py==3.0.0
 
    # via rich
 
markupsafe==2.1.5
 
    # via jinja2
 
mccabe==0.7.0
 
    # via flake8
 
mdurl==0.1.2
 
    # via markdown-it-py
 
molecule[testinfra]==24.8.0
 
    # via
 
    #   -r requirements.in
 
    #   molecule-plugins
 
molecule-plugins[vagrant]==23.5.3
 
    # via -r requirements.in
 
mypy-extensions==1.0.0
 
    # via black
 
netaddr==1.3.0
 
    # via -r requirements.in
 
@@ -125,26 +129,30 @@ pip-tools==7.4.1
 
platformdirs==4.2.2
 
    # via black
 
pluggy==1.5.0
 
    # via
 
    #   molecule
 
    #   pytest
 
pyasn1==0.6.0
 
    # via
 
    #   pyasn1-modules
 
    #   python-ldap
 
pyasn1-modules==0.4.0
 
    # via python-ldap
 
pycodestyle==2.12.1
 
    # via flake8
 
pycparser==2.22
 
    # via cffi
 
pyflakes==3.2.0
 
    # via flake8
 
pygments==2.18.0
 
    # via
 
    #   rich
 
    #   sphinx
 
pynacl==1.5.0
 
    # via paramiko
 
pyproject-hooks==1.1.0
 
    # via
 
    #   build
 
    #   pip-tools
 
pytest==8.3.2
 
    # via pytest-testinfra
 
@@ -222,16 +230,16 @@ wcmatch==9.0
 
wheel==0.44.0
 
    # via pip-tools
 
yamllint==1.35.1
 
    # via ansible-lint
 
zipp==3.20.1
 
    # via importlib-metadata
 

	
 
# The following packages are considered to be unsafe in a requirements file:
 
pip==24.2
 
    # via
 
    #   -r requirements.in
 
    #   pip-tools
 
setuptools==74.1.0
 
setuptools==74.1.1
 
    # via
 
    #   -r requirements.in
 
    #   pip-tools
0 comments (0 inline, 0 general)