Skip to content
Snippets Groups Projects
Commit 6f0e35ea authored by Thomas Kluyver's avatar Thomas Kluyver Committed by Karim Ahmed
Browse files

Check CalCat URL for integration tests

parent c5394f03
No related branches found
No related tags found
1 merge request!984Try updating to Python 3.11 & update all deps
......@@ -83,4 +83,5 @@ cython-editable-install-test:
- integration
script:
- python3 -m pip install -e ".[test]"
- python3 -c "from cal_tools.restful_config import restful_config; print(restful_config.get('calcat')['base-api-url'])"
- python3 -m pytest --color yes --verbose ./tests/test_cythonalgs.py
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