quipucords / camayoc

Test automation framework that facilitates functional testing of quipucords.
https://camayoc.readthedocs.io/
GNU General Public License v3.0
5 stars 4 forks source link

Pinning jinja2 to version 3.0.3 #360

Closed ruda closed 2 years ago

ruda commented 2 years ago

Jinja2 3.1.0 deprecated contexts for Sphinx that we use and it's causing failure in the GH workflow for Python 3.9. See https://github.com/quipucords/camayoc/runs/6098467294

codecov[bot] commented 2 years ago

Codecov Report

Merging #360 (12a126f) into master (4e60d47) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #360   +/-   ##
=======================================
  Coverage   78.89%   78.89%           
=======================================
  Files           5        5           
  Lines         218      218           
=======================================
  Hits          172      172           
  Misses         46       46           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 57086e3...12a126f. Read the comment docs.