Skip to content

Commit

Permalink
Merge pull request #474 from staticdev/removal/types-freezegun
Browse files Browse the repository at this point in the history
Remove types-freezegun
  • Loading branch information
staticdev authored Nov 17, 2022
2 parents 6b955f6 + c8e9bdc commit 111545a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def mypy(session: Session) -> None:
"""Type-check using mypy."""
args = session.posargs or ["src", "tests", "docs/conf.py"]
session.install(".")
session.install("mypy", "pytest", "types-freezegun")
session.install("mypy", "freezegun", "pytest")
session.run("mypy", *args)
if not session.posargs:
session.run("mypy", f"--python-executable={sys.executable}", "noxfile.py")
Expand Down
14 changes: 1 addition & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ darglint = ">=1.8.1"
flake8 = ">=5.0.4"
flake8-bugbear = ">=21.9.2"
flake8-docstrings = ">=1.6.0"
freezegun = ">=1.2.0"
freezegun = ">=1.2.2"
furo = ">=2021.11.12"
isort = ">=5.10.1"
mypy = ">=0.991"
Expand All @@ -47,7 +47,6 @@ safety = ">=2.1.0"
sphinx = ">=4.3.2"
sphinx-autobuild = ">=2021.3.14"
typeguard = ">=2.13.3"
types-freezegun = ">=1.1.6"
xdoctest = {extras = ["colors"], version = ">=0.15.10"}

[tool.coverage.paths]
Expand Down

0 comments on commit 111545a

Please sign in to comment.