From c325d6e72f3c0a8eaa796647838d9b9086a4837a Mon Sep 17 00:00:00 2001 From: linglp Date: Thu, 11 Jul 2024 17:42:12 -0400 Subject: [PATCH] remove adding test pypi as a source --- poetry.lock | 2 +- pyproject.toml | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 13b138149..798291b39 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4907,4 +4907,4 @@ aws = ["uWSGI"] [metadata] lock-version = "2.0" python-versions = ">=3.9.0,<3.11" -content-hash = "61526696735bc7541a2ce5d42c5408aaed48ffa4adc910b4d77b267ae6337476" +content-hash = "e327e774115908a3edf6c70ff34869b026e560cf9262470b17ebe06359aac06a" diff --git a/pyproject.toml b/pyproject.toml index 07eddd373..92cf0d962 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -168,9 +168,4 @@ markers = [ empty_token: marks api tests that \ send empty credentials in the request """ -] - -[[tool.poetry.source]] -name = "test-pypi" -url = "https://test.pypi.org/simple/" -priority = "supplemental" \ No newline at end of file +] \ No newline at end of file