Closed pytestbot closed 9 years ago
Could you provide a minimal example which reproduces the issue?
CC @noplay
I'm off for few days I will send you this when I'm back
Thanks for the support
Le mar. 14 juil. 2015 03:20, Bruno Oliveira notifications@github.com a écrit :
CC @noplay https://github.com/noplay
— Reply to this email directly or view it on GitHub https://github.com/pytest-dev/pytest/issues/733#issuecomment-121105346.
I found the issue the socketserver script has the same name as the scoketserver module. Depending of the order of your import the socketserver could be imported instead of the standard socketserver module.
I suggest renaming socketserver.py to py.test-server.py or something avoiding collision.
Thanks @noplay! :smile:
This is actually a problem with execnet which is used by pytest-xdist, so I created this issue in the execnet repository.
Thanks again for reporting this. :smile:
Originally reported by: Julien Duponchelle (BitBucket: jduponchelle, GitHub: jduponchelle)
I try to run: py.test -d --tx socket=127.0.0.1:8888 --rsyncdir tests tests
And i receive a very long error output:
Let me know if I can give you more informations