-
-
Notifications
You must be signed in to change notification settings - Fork 533
Getting ImportMismatchErrors in combination with Jenkins #172
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
Comments
Original comment by @Themanwithoutaplan norecursedirs was missing for .tox |
Original comment by @Themanwithoutaplan Thanks very much Holger! |
Original comment by @ericgazoni Yup, did the trick, I'll add the |
Original comment by @ericgazoni The file as it is on the server: pytest.ini This is what jenkins does to run tox:
Shall I add a new option to |
Original comment by @Themanwithoutaplan @ericgazoni you've got access to the box. @hpk thanks for the fast answer! We're now using pytest for everything in the project.
|
Original comment by @hpk42 Not sure but Looks like you are collecting tests inside the .tox directory. Do you have any configuration of "norecursedirs" or something else that would py.test dive into your .tox directory? |
Not sure what the problem is. Tox works fine locally but we've hit a few problems recently.
A sample TB can be found here http://build.adimian.com/job/openpyxl-2.0/26/console
But the key line is:
Looking at the source this relates to problems with file but what problems? Should the two files be the same?
The text was updated successfully, but these errors were encountered: