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
 
@@ -3,12 +3,13 @@ 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.
requirements.txt
Show inline comments
 
@@ -62,12 +62,14 @@ docutils==0.20.1
 
    #   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
 
@@ -88,12 +90,14 @@ jsonschema==4.23.0
 
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
 
@@ -131,14 +135,18 @@ pluggy==1.5.0
 
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
 
@@ -228,10 +236,10 @@ zipp==3.20.1
 

	
 
# 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)