Skip to content

fix tests on py3.6 and lint on 3.9#108

Merged
flub merged 2 commits intopytest-dev:masterfrom
graingert:fix-tests-on-py36
Oct 14, 2021
Merged

fix tests on py3.6 and lint on 3.9#108
flub merged 2 commits intopytest-dev:masterfrom
graingert:fix-tests-on-py36

Conversation

@graingert
Copy link
Copy Markdown
Member

No description provided.

"""
)
result = testdir.runpytest(
"--timeout=1", "--cov=test_cov.py", "--timeout-method=thread"
Copy link
Copy Markdown
Member Author

@graingert graingert Oct 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the --cov arg relates directly with coverage --source, which is either a directory or a module, so it's reading this as the test_cov.py module in the test_cov package

@graingert graingert changed the title fix tests on py3.6 fix tests on py3.6 and lint on 3.9 Oct 14, 2021
@graingert graingert requested a review from flub October 14, 2021 12:20
@flub
Copy link
Copy Markdown
Member

flub commented Oct 14, 2021

thanks!

@flub flub merged commit 072d420 into pytest-dev:master Oct 14, 2021
@graingert graingert deleted the fix-tests-on-py36 branch October 14, 2021 20:25
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