-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
possible issues with tox support? #163
Comments
Thanks for reaching out, @jleverenz. Let's let @mrbean-bremen comment first, but I think you have a point there. |
Short answer (will have more time in the evening): I have ignored tox.ini completely so far, so I didn't remove py32 support or add py34 - py36 support as in travis - I will have a look at it later. |
Thanks for the quick feedback. I think I have some changes ready to fix this, happy to share them later today for your review. |
PR created. One clarification, there was no need to update requirements.txt with these changes, it was just missing from the deps configuration of tox, so pytest (for example) wouldn't work in the tox scripts. |
Looks very sensible! And you are right, I misunderstood the requirements.txt part, not having used tox so far. |
Ok, I just installed and ran tox under Windows, and it works surprisingly good out of the box and is completely self-contained. |
Fix & update tox support, see #163
Note that I got the impression that although someone was good enough to update |
@jmcgeheeiv : I had heard about tox earlier, but got the impression that it does only work correctly under Linux. I now found out out that it works under Windows like a charm (finds all installed Python versions itself) and speeds up testing different versions a lot. As a bonus, it is integrated with PyCharm, which I use as GUI. So in the future I will make sure that |
You mentioned |
Right - my bad. I corrected that too late. |
Hi! Just getting started with pyfakefs, it's been a lot of help.
The current tox configuration does not seem to be running properly in my environment, though. Before I submit some possible patches, curious if others are running into similar issues, or the general state of tox support.
Summary of what I'm seeing so far:
Thanks!
The text was updated successfully, but these errors were encountered: