Skip to content

Instantly share code, notes, and snippets.

@samedii
Created November 30, 2020 11:43
Show Gist options
  • Save samedii/111920400eeca3794ddf2409c9e29a22 to your computer and use it in GitHub Desktop.
Save samedii/111920400eeca3794ddf2409c9e29a22 to your computer and use it in GitHub Desktop.
Poetry source - should not work
[tool.poetry]
name = "test-packagr"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.8"
skyfog = "^0.2.0"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "should-not-work"
url = "<SOMESOURCE>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment