Skip to content

Commit

Permalink
Remove pandas from pip3 list for rpmbuild as it causes more problems
Browse files Browse the repository at this point in the history
than it solves.

It enabled only testing of utils/create_srg_export.py script in Content
  • Loading branch information
mildas authored and comps committed Jul 25, 2024
1 parent fe5e070 commit a1a88ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static-checks/rpmbuild-ctest/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

ansible.install_deps()
# Extra modules to enable more unit tests
python_modules = ['lxml', 'pytest', 'trestle', 'openpyxl', 'pandas', 'cmakelint']
python_modules = ['lxml', 'pytest', 'trestle', 'openpyxl', 'cmakelint']
util.subprocess_run(['python3', '-m', 'pip', 'install', *python_modules])

with util.get_content(build=False) as content_dir:
Expand Down

0 comments on commit a1a88ba

Please sign in to comment.