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

Upgrade pytest-freezegun to 0.4.2 #1949

Merged
merged 1 commit into from Sep 6, 2020

Conversation

hodbn
Copy link
Member

@hodbn hodbn commented Sep 6, 2020

Upgrade pytest-freezegun to 0.4.2 to prevent a warning during our tests.
See ktosiek/pytest-freezegun#20.

The warning:

.nox/test-3-8/lib/python3.8/site-packages/_pytest/mark/structures.py:331
  [snip]/urllib3/.nox/test-3-8/lib/python3.8/site-packages/_pytest/mark/structures.py:331: PytestUnknownMarkWarning: Unknown pytest.mark.freeze_time -
 is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    warnings.warn(

-- Docs: https://docs.pytest.org/en/latest/warnings.html

@sethmlarson
Copy link
Member

For some reason I thought this version was pinned to keep some Python version happy.

Copy link
Member

@sethmlarson sethmlarson left a comment

Choose a reason for hiding this comment

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

But it looks like CI is happy!

@sethmlarson sethmlarson merged commit 03ea849 into urllib3:master Sep 6, 2020
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