Skip to content
Snippets Groups Projects
Commit 8f850840 authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Revert "Use teklia-new/apistar instead of teklia/apistar"

This reverts commit fa3852fd.
parent 920fa624
No related branches found
No related tags found
No related merge requests found
Pipeline #28674 passed
......@@ -17,7 +17,7 @@ client-tests:
client-tests-fork:
extends: .test-job
script:
- pip install -U git+https://gitlab.com/teklia-new/apistar.git
- pip install -U git+https://gitlab.com/teklia/apistar.git
- pytest
client-lint:
......
......@@ -120,7 +120,7 @@ Note that by default, using ``repr()`` or ``str()`` on APIStar exceptions will
not give any useful messages; a fix in APIStar is waiting to be merged. In
the meantime, you can use Teklia's `APIStar fork`_::
pip install git+https://gitlab.com/teklia-new/apistar.git
pip install git+https://gitlab.com/teklia/apistar.git
This will provide support for ``repr()`` and ``str()``, which will also
enhance error messages on unhandled exceptions.
......@@ -230,4 +230,4 @@ Download full logs for each Ponos task in a workflow
f.write(cli.request('RetrieveTaskLog', id=task['id']))
.. _APIStar: http://docs.apistar.com/
.. _APIStar fork: https://gitlab.com/teklia-new/apistar
.. _APIStar fork: https://gitlab.com/teklia/apistar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment