Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Oct 14, 2021

Conversation

graingert
Copy link
Member

No description provided.

@@ -87,7 +87,7 @@ def test_foo():
"""
)
result = testdir.runpytest(
"--timeout=1", "--cov=test_cov.py", "--timeout-method=thread"
Copy link
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
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.

None yet

2 participants