Roundup Tracker - Issues

Message7994

Author rouilj
Recipients ceamac, rouilj
Date 2024-04-20.17:45:20
Message-id <1713635120.21.0.434803802121.issue2551335@roundup.psfhosted.org>
In-reply-to
If you have a venv, you can test the current development release in your
venv and verify that the issue is gone.

  . path/to/your/venv/activate
  mkdir /tmp/r
  cd /tmp/r
  git clone https://github.com/roundup-tracker/roundup.git
  cd roundup
  python3 -m pytest -k "markdown2 and test_markdown_hyperlinked_url" test

should do the trick.
History
Date User Action Args
2024-04-20 17:45:20rouiljsetmessageid: <1713635120.21.0.434803802121.issue2551335@roundup.psfhosted.org>
2024-04-20 17:45:20rouiljsetrecipients: + rouilj, ceamac
2024-04-20 17:45:20rouiljlinkissue2551335 messages
2024-04-20 17:45:20rouiljcreate