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
 
@@ -6,6 +6,7 @@ python-ldap
 
# Development and testing.
 
ansible-lint
 
defusedxml
 
flake8
 
gimmecert
 
molecule[testinfra]~=24.8.0
 
molecule-plugins[vagrant]~=23.5.0
requirements.txt
Show inline comments
 
@@ -65,6 +65,8 @@ 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
 
@@ -91,6 +93,8 @@ 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
 
@@ -134,8 +138,12 @@ pyasn1==0.6.0
 
    #   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
 
@@ -231,7 +239,7 @@ 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)