chevah / compat

Chevah OS Compatibility Layer
Other
4 stars 1 forks source link

Use bin.chevah.com as PyPI server. #119

Closed dumol closed 2 years ago

dumol commented 2 years ago

Scope

pypi.chevah.com is gone, use bin.chevah.com instead.

So that python-package compat tests pass.

Changes

Updated brink stuff from server repo to:

  1. Use https://bin.chevah.com:20443/pypi/simple
  2. Use latest python-package revision.

Drive-by fixes:

To be done:

How to try and test the changes

reviewers: @adiroiban

Please review changes.

Run the automated tests.

codecov[bot] commented 2 years ago

Codecov Report

Merging #119 (b49f97d) into master (3a08848) will increase coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #119      +/-   ##
==========================================
+ Coverage   87.54%   87.56%   +0.02%     
==========================================
  Files          58       58              
  Lines        7954     7954              
  Branches      659      659              
==========================================
+ Hits         6963     6965       +2     
+ Misses        772      771       -1     
+ Partials      219      218       -1     
Impacted Files Coverage Δ
chevah/compat/tests/normal/test_filesystem.py 97.77% <100.00%> (ø)
chevah/compat/posix_filesystem.py 92.99% <0.00%> (+0.42%) :arrow_up:
dumol commented 2 years ago

Thanks for the review!

Had to try AIX today anyway for python-package anyway, so I gave this a quick try. All tests pass on AIX 7.1, both on our WPAR and on my IBM Cloud image.