jborean93 / pypsrp

PowerShell Remoting Protocol for Python
MIT License
324 stars 49 forks source link

Fix lxml download location for CI #126

Closed jborean93 closed 2 years ago

jborean93 commented 2 years ago

The site used has links that expire so change the download location of the lxml wheels for Python 3.10 to a custom repo. This is only a temporary measure until lxml release wheels for this Python version on Windows.

codecov[bot] commented 2 years ago

Codecov Report

Merging #126 (8699a04) into master (b85d4bf) will increase coverage by 0.00%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #126   +/-   ##
=======================================
  Coverage   99.66%   99.66%           
=======================================
  Files          13       13           
  Lines        3289     3290    +1     
=======================================
+ Hits         3278     3279    +1     
  Misses         11       11           
Flag Coverage Δ
py3.10 99.66% <ø> (+1.27%) :arrow_up:
py3.6 99.66% <ø> (ø)
py3.7 99.66% <ø> (ø)
py3.8 99.63% <ø> (ø)
py3.9 99.63% <ø> (ø)
ubuntu 98.38% <ø> (ø)
windows 99.66% <ø> (+<0.01%) :arrow_up:
x64 99.66% <ø> (+<0.01%) :arrow_up:
x86 99.66% <ø> (+<0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pypsrp/_utils.py 100.00% <0.00%> (ø)

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 b85d4bf...8699a04. Read the comment docs.