Skip to content

Instantly share code, notes, and snippets.

@fernandobperezm
Created July 18, 2022 17:41
Show Gist options
  • Save fernandobperezm/879c9eaab4161693b8d842f185dca71d to your computer and use it in GitHub Desktop.
Save fernandobperezm/879c9eaab4161693b8d842f185dca71d to your computer and use it in GitHub Desktop.
Minimal Poetry pyproject file that hangs when executing 'poetry add -D pytest' on M1 Apple Silicon
[tool.poetry]
name = "pytest-demo"
version = "0.1.0"
description = ""
authors = ["Fernando Benjamin PEREZ MAURERA <fperezmaurera@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
[tool.poetry.dev-dependencies]
# pytest = "^5.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment