readthedocs / readthedocs-build

Work in Progress builder
19 stars 25 forks source link

Quantum tests #49

Open StefanoChiodino opened 6 years ago

StefanoChiodino commented 6 years ago

On my Mac there are 18 failing tests on master. I was a bit confused, but then noticed that then I submitted a PR they all passed on Travis. I also noticed that travis only runs tests on Linux and I'm assuming this is due to paths differences and that kind of stuff.

Even if you don't care about the system running on Mac this is not a good experience. I'd need to remember which tests are broken, why, wait for Travis to run, and hope that I didn't break them further.

I'll attach an export of the tests. Test Results — Tox.pdf

Cheers

stsewd commented 6 years ago

What's the result if you run the py36 test only? tox -e py36

StefanoChiodino commented 6 years ago

those would be included in the first list that I've attached, but here it is: Test Results — Tox_ run on py36.pdf

stsewd commented 6 years ago

@StefanoChiodino just asking in case the other tests (py2) could be interfering.