pytest_teamcity module

So I have the latest version of the Python 2.5 plugin installed in IDEABuild 94.192 and when I try to run tests, it gives a line like:

C:\Python26\scripts\py.test.exe -p pytest_teamcity "C:/My Documents/dev/pythonTest/test_peg.py" -k "test_equality"

But, unfortunately, I don't have a pytest_teamcity module nor do I particularly want to install one (since I'm not using TeamCity on this project.)

Am I missing some configuration setting or something?  Is there a way to turn off the "-p pytest_teamcity"?  Everything runs great if I remove that line.

0
1 comment

Hello Peter,

You do have the pytest_teamcity module - it's included in the Python plugin

distribution.

Which version of py.test are you using? It looks like the integration is

compatible with py.test version 1.0 but not with the latest version.

So I have the latest version of the Python 2.5 plugin installed in

IDEABuild 94.192 and when I try to run tests, it gives a line like:

*C:\Python26\scripts\py.test.exe -p pytest_teamcity "C:/My

Documents/dev/pythonTest/test_peg.py" -k "test_equality"*

But, unfortunately, I don't have a pytest_teamcity module nor do I

particularly want to install one (since I'm not using TeamCity on this

project.)

Am I missing some configuration setting or something?  Is there a way

to turn off the "-p pytest_teamcity"?  Everything runs great if I

remove that line.

---

Original message URL:

http://www.jetbrains.net/devnet/message/5255339#5255339

--

Dmitry Jemerov

Development Lead

JetBrains, Inc.

http://www.jetbrains.com/

"Develop with Pleasure!"

0

Please sign in to leave a comment.