Skip to content

Commit

Permalink
ENH: Disable typeguard for now since it's not compatible with python …
Browse files Browse the repository at this point in the history
…3.10 typing style [skip ci]
  • Loading branch information
cheginit committed Nov 4, 2022
1 parent 53b74a6 commit 0267436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def get_package_name():

def install_deps(session, extra):
"""Install package dependencies."""
deps = [f".[{extra}]"] + [f"git+https://github.com/cheginit/{p}.git" for p in gh_deps[package]]
deps = [f".[{extra}]"] + [f"git+https://github.com/hyriver/{p}.git" for p in gh_deps[package]]
session.install(*deps)
dirs = [".pytest_cache", "build", "dist", ".eggs"]
for d in dirs:
Expand Down

0 comments on commit 0267436

Please sign in to comment.