Results 963 comments of Ned Batchelder

@nodarn Do you have a reproducible case I can try?

*Original comment by* **Nodar Nutsubidze (Bitbucket: [nodarn](https://bitbucket.org/nodarn), GitHub: Unknown)** ---------------------------------------- This is probably the most annoying issue I deal with periodically. The most general reason for this that I have...

*Original comment by* **Lorenzo Boffelli (Bitbucket: [lboff](https://bitbucket.org/lboff), GitHub: [lboff](https://github.com/lboff))** ---------------------------------------- Hello Ned, I am sorry but I still can not give to you the code but I can let you...

*Original comment by* **Edoardo Biraghi (Bitbucket: [skedo](https://bitbucket.org/skedo), GitHub: [skedo](https://github.com/skedo))** ---------------------------------------- I can not give you the code to reproduce the error, but removing the lines below, I can run my...

*Original comment by* **Lorenzo Boffelli (Bitbucket: [lboff](https://bitbucket.org/lboff), GitHub: [lboff](https://github.com/lboff))** ---------------------------------------- I asked to have the permission to give you access to the code. I am also trying to reproduce it...

@lboff is there any way to give me access to the code? Or a reproducible example?

*Original comment by* **Lorenzo Boffelli (Bitbucket: [lboff](https://bitbucket.org/lboff), GitHub: [lboff](https://github.com/lboff))** ---------------------------------------- Here the original command executed through tox and pytest-cov. It reports the issue ``` py.test -x -v -s --cov-report html...

Can you try running the test without the pytest_cov plugin? Something like: coverage run -m py.test

@mathfac Can you give me a way to reproduce the issue?

Definitely ignoring `-e local/path` will help. Why not also allow a URL?