RunestoneComponents icon indicating copy to clipboard operation
RunestoneComponents copied to clipboard

Test Failures

Open bnmnetp opened this issue 2 years ago • 6 comments

@bjones1 -- The tests are all running locally just fine, but I'm getting a weird version mismatch on urllib3 in the CI.

I can't figure out exactly where this is coming from, but you are a lot more familiar than I am. Have a look at any of the recent tests and let me know if you have any ideas.

https://github.com/RunestoneInteractive/RunestoneComponents/runs/6678392007?check_suite_focus=true

Thanks

bnmnetp avatar May 31 '22 21:05 bnmnetp

I'll take a look -- this comes up regularly, and is part of the mismatch (I think) of Runestone Components (non-Poetry) and the BookServer (Poetry), which get out of sync.

bjones1 avatar May 31 '22 21:05 bjones1

Thanks, as far as I can tell everyone agrees that we should be using 1.26.9 -- but some hidden thing out there wants 1.26.7

bnmnetp avatar May 31 '22 21:05 bnmnetp

It's looking like requirements-dev.txt is out of date. Checking now...

bjones1 avatar Jun 07 '22 17:06 bjones1

so requirements.txt and requirements-dev.txt have different versions for urllib3 UGGH!!

bnmnetp avatar Jun 07 '22 17:06 bnmnetp

Exactly. I'm trying to figure out how to get them to agree...

bjones1 avatar Jun 07 '22 17:06 bjones1

I tried removing the json2xml dependency, but it still fails. I'm back to re-installing from requirements.txt after installing requirements-dev.txt as a workaround.

bjones1 avatar Jun 07 '22 19:06 bjones1