Skip to content

Commit

Permalink
Upgrade typer and remove unused openapi-python-client (#1049)
Browse files Browse the repository at this point in the history
* remove openapi-python-client as it is unused since #948

* remove obsolete note about auto-generated client in contributors md

* upgrade typer to 0.12.3
  • Loading branch information
philippotto authored Apr 22, 2024
1 parent 6bdecfc commit 3667093
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 225 deletions.
9 changes: 0 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,15 +147,6 @@ The tests also contain functionality for the WEBKNOSSOS client. There a two mode
[`pytest-split`](https://jerry-git.github.io/pytest-split),
which is used in the CI to split the tests for different runners.

The code under `webknossos/client/_generated` is auto-generated! Please don't adapt anything in the `generated` folder manually, but re-run the code generation.

The client code is generated using [openapi-python-client](https://github.com/openapi-generators/openapi-python-client) and [InducOapi](https://github.com/TheWall89/inducoapi).

To re-generate the code, run
```bash
./generate_client.sh
```

#### `cluster_tools` package

For testing the `slurm` setup a docker-compose setup is available. Please see the [respective Readme](https://github.com/scalableminds/webknossos-libs/blob/master/cluster_tools/README.md) for details.
Expand Down
Loading

0 comments on commit 3667093

Please sign in to comment.