pymtl / pymtl3

Pymtl 3 (Mamba), an open-source Python-based hardware generation, simulation, and verification framework
BSD 3-Clause "New" or "Revised" License
388 stars 46 forks source link

cryptography pypy workaround #205

Closed ptpan closed 3 years ago

ptpan commented 3 years ago

This PR works around the cryptography package installation issue on our pypy CI build

codecov[bot] commented 3 years ago

Codecov Report

Merging #205 (7a337f4) into master (f732967) will increase coverage by 0.00%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #205   +/-   ##
=======================================
  Coverage   90.48%   90.48%           
=======================================
  Files         316      316           
  Lines       27825    27825           
=======================================
+ Hits        25177    25178    +1     
+ Misses       2648     2647    -1     
Impacted Files Coverage Δ
pymtl3/dsl/Connectable.py 84.32% <0.00%> (+0.27%) :arrow_up:

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 f732967...7a337f4. Read the comment docs.