Skip to content

resolve pytest ignoring mark argument#5706

Merged
scbedd merged 1 commit intoAzure:masterfrom
scbedd:mark-omission-bugfix
Jun 6, 2019
Merged

resolve pytest ignoring mark argument#5706
scbedd merged 1 commit intoAzure:masterfrom
scbedd:mark-omission-bugfix

Conversation

@scbedd
Copy link
Member

@scbedd scbedd commented Jun 6, 2019

On linux boxes, the command array of ['python', '-m', 'pytest', '-m', '"not cosmosEmulator"'] was dropping the marker argument. Not deselecting properly.

This PR combines them into single execution.

… the mark argument completely. for running tests, converted to executing as shell and combining command arrray into single execution string
@adxsdk6
Copy link

adxsdk6 commented Jun 6, 2019

Can one of the admins verify this patch?

@scbedd scbedd merged commit c895db2 into Azure:master Jun 6, 2019
rajivnandivada pushed a commit to rajivnandivada/azure-sdk-for-python that referenced this pull request Jul 3, 2019
…linux boxes, which seemingly ignores the mark argument completely. for running tests, converted to executing as shell and combining command arrray into single execution string (Azure#5706)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments