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 bd7b51b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 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 = [
{version = "^2.0.0", python = "3.7"},
{version = ">=2.0", python = ">=3.8"}
]

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

0 comments on commit bd7b51b

Please sign in to comment.