Skip to content

Commit

Permalink
stop generating json api fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby committed Nov 5, 2024
1 parent dbbe9c6 commit 6a2f1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/repositories/fixtures/pypi.org/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

from poetry.core.packages.utils.link import Link

ENABLE_RELEASE_JSON = True
ENABLE_RELEASE_JSON = False

logger = logging.getLogger("pypi.generator")
logger.setLevel(logging.INFO)
Expand Down

0 comments on commit 6a2f1b0

Please sign in to comment.