revsys / django-test-plus

Useful additions to Django's default TestCase

Home Page:https://django-test-plus.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Something broke?

simkimsia opened this issue · comments

image

I am having this issue when I build. Did something break recently? Because my last build at 3 days ago was fine using the same version of django-test-plus

3 days ago

image

I need to push something to merge with main branch. But I am stuck because this fails. Can advise?

@simkimsia looks like this might have been a networking issue between you and PyPI. I can install that version just fine.

Screen Shot 2020-07-30 at 8 45 25 AM

Ok thank you @frankwiles It's actually on circleci. I will raise this issue to them in that case.

@simkimsia Thanks for reporting this. I'm getting it on a different CI service. Would you mind updating this issue once you resolve it somehow or hear from CircleCI?

Hi @adamzap

They told me to install wheel

I'm not sure why I have to do this now when I never have to before

image

What about u? What did ur CI say?

Hi @adamzap

I have decided to take the circleci support advice and add && pip install wheel to the config for circleci.

It appears that I have got past that error. Not sure what's the equivalent of that for your CI. Hope this helps. My tests are being runned and yet to complete, but I have confidence 🤞 everything should be fine now.

THank you

I'm glad that worked for you! I was about to try installing wheel manually, but when I ran CI again this morning it was working again. Weird! Thanks for the help!