Skip to content
Snippets Groups Projects
Verified Commit 1be7badf authored by Daniel Hornung's avatar Daniel Hornung
Browse files

WIP: Rename caosdb -> linkahead

parent 9e79455c
No related branches found
No related tags found
1 merge request!79MAINT: linkahead rename
...@@ -41,5 +41,5 @@ style: ...@@ -41,5 +41,5 @@ style:
.PHONY: style .PHONY: style
lint: lint:
pylint --unsafe-load-any-extension=y -d all -e E,F --ignore=swagger_client src/caosadvancedtools pylint --unsafe-load-any-extension=y -d all -e E,F --ignore=swagger_client src/linkaheadadvancedtools
.PHONY: lint .PHONY: lint
...@@ -3,16 +3,17 @@ envlist=py37, py38, py39, py310, py311 ...@@ -3,16 +3,17 @@ envlist=py37, py38, py39, py310, py311
skip_missing_interpreters = true skip_missing_interpreters = true
[testenv] [testenv]
# TODO rename to linkahead, set branch to dev
deps=nose deps=nose
pandas pandas
git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@f-linkahead-rename
pytest pytest
pytest-cov pytest-cov
gitignore-parser gitignore-parser
openpyxl >= 3.0.7 openpyxl >= 3.0.7
xlrd == 1.2 xlrd == 1.2
h5py h5py
commands=py.test --cov=caosadvancedtools -vv {posargs} commands=py.test --cov=linkaheadadvancedtools -vv {posargs}
[flake8] [flake8]
max-line-length=100 max-line-length=100
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment