Try make sure pytest uses the local editable install

This commit is contained in:
Donncha Ó Cearbhaill
2024-09-30 13:11:21 +02:00
parent 79dd5b8bad
commit 656feb1da7

View File

@@ -14,10 +14,10 @@ mypy:
mypy
test:
pytest
python3 -m pytest
test-ci:
pytest -v
python3 -m pytest -v
install:
python3 -m pip install --upgrade -e .