Skip to content

Commit

Permalink
Workaround for issue with execnet on python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Jul 2, 2024
1 parent c55b0aa commit 5468469
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
16 changes: 15 additions & 1 deletion poetry.lock

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

5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ pytest-cov = ">=4.0"
pytest-xdist = ">=3.1"
requests-mock = ">=1.11"
requests-cache = ">=1.1"
# Workaround for execnet 2.1 not working on python 3.7 and missing package metadata
execnet = [
{python = "3.7", version = ">=2.0,<2.1"},
{python = ">=3.8", version = ">=2.0"}
]

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 5468469

Please sign in to comment.