Skip to content

Commit

Permalink
Merge branch 'relaxed_upper_bounds' of https://github.com/centre-for-…
Browse files Browse the repository at this point in the history
…humanities-computing/DaCy into relaxed_upper_bounds
  • Loading branch information
KennethEnevoldsen committed Oct 10, 2023
2 parents c8271d8 + c5dfec5 commit d228d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def update(c: Context):
@task(iterable="pytest_args")
def test(
c: Context,
python_versions: List[str] = (SUPPORTED_PYTHON_VERSIONS[0],), # noqa # type: ignore
python_versions: List[str] = (SUPPORTED_PYTHON_VERSIONS[0],), # type: ignore
pytest_args: List[str] = [], # noqa
):
"""Run tests"""
Expand Down

0 comments on commit d228d93

Please sign in to comment.