Skip to content

fix: replace deprecated pypi.python.org and dead relishapp.com URLs in README#812

Merged
youtux merged 1 commit into
pytest-dev:masterfrom
TejasAmle:claude/fix-deprecated-pypi-urls
Jun 9, 2026
Merged

fix: replace deprecated pypi.python.org and dead relishapp.com URLs in README#812
youtux merged 1 commit into
pytest-dev:masterfrom
TejasAmle:claude/fix-deprecated-pypi-urls

Conversation

@TejasAmle

Copy link
Copy Markdown
Contributor

What

Fix 5 outdated/broken URLs in README.rst:

  1. https://pypi.python.org/pypi/pytest-bddhttps://pypi.org/project/pytest-bdd
  2. https://pypi.python.org/pypi/behavehttps://pypi.org/project/behave
  3. http://pypi.python.org/pypi/parsehttps://pypi.org/project/parse
  4. http://pypi.python.org/pypi/parse_typehttps://pypi.org/project/parse-type
  5. https://www.relishapp.com/cucumber/cucumber/docs/json-output-formatterhttps://github.com/cucumber/cucumber-json-formatter

Why

  • The old pypi.python.org domain has been deprecated for years; pypi.org is the canonical PyPI address. All the old links trigger multiple redirects before landing on pypi.org/project/<name>/.
  • relishapp.com is completely dead (returns 403). The canonical Cucumber JSON formatter reference is now the official cucumber/cucumber-json-formatter repository.

How verified

Confirmed each new URL returns HTTP 200 directly with no redirect chain.

- Update 4 pypi.python.org links to canonical pypi.org/project/ URLs
  (pypi.python.org has long redirected to pypi.org)
- Replace dead relishapp.com/cucumber JSON format link with the
  official cucumber-json-formatter GitHub repository

https://claude.ai/code/session_015JnVMb7zKNGhGgUhtXV2ZS
@youtux youtux merged commit 5e3f8b7 into pytest-dev:master Jun 9, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants